lldap/server
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
..
src domain: introduce UserId to make uid case insensitive 2022-03-26 18:23:19 +01:00
Cargo.toml cargo: Bump the version number to 0.3.0-alpha.1 2021-11-29 15:50:43 +01:00