mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-27 15:31:32 +00:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
# Check that no usr record exists
|
|
QUERY
|
|
SELECT active ,email, fullname, last_used, password, username, user_no
|
|
FROM usr
|
|
WHERE username = 'ldap1';
|
|
ENDQUERY
|