mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 14:48:10 +00:00
Note that if there was a non-lowercase user already in the DB, it cannot be found again. To fix this, run in the DB: sqlite> UPDATE users SET user_id = LOWER(user_id);