davical/testing/tests/ldap_memcache/0000-confirm-no-ldap1-user.test
2024-05-03 23:35:25 +12:00

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