lldap/server/src/domain
Valentin Tolmer ca19e61f50 domain: introduce UserId to make uid case insensitive
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);
2022-03-26 18:23:19 +01:00
..
error.rs domain: introduce UserId to make uid case insensitive 2022-03-26 18:23:19 +01:00
handler.rs domain: introduce UserId to make uid case insensitive 2022-03-26 18:23:19 +01:00
mod.rs Move backend source to server/ subpackage 2021-08-31 20:32:55 +02:00
opaque_handler.rs domain: introduce UserId to make uid case insensitive 2022-03-26 18:23:19 +01:00
sql_backend_handler.rs domain: introduce UserId to make uid case insensitive 2022-03-26 18:23:19 +01:00
sql_opaque_handler.rs domain: introduce UserId to make uid case insensitive 2022-03-26 18:23:19 +01:00
sql_tables.rs domain: introduce UserId to make uid case insensitive 2022-03-26 18:23:19 +01:00