davical/testing/tests/ldap/0000-confirm-no-ldap1-user.test
2024-02-17 02:25:25 +00:00

7 lines
164 B
Plaintext

# Check that no ldap usr records exist
QUERY
SELECT active, email, fullname, last_used, password, username, user_no
FROM usr
WHERE username LIKE 'ldap%';
ENDQUERY