mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +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); |
||
|---|---|---|
| .. | ||
| error.rs | ||
| handler.rs | ||
| mod.rs | ||
| opaque_handler.rs | ||
| sql_backend_handler.rs | ||
| sql_opaque_handler.rs | ||
| sql_tables.rs | ||