feat: add ldap config

feat: add LDAP login and user creation

feat: add diagnostic commands

Co-authored-by: Jason Volk <jason@zemos.net>
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
RatCornu
2025-04-19 23:34:52 +02:00
committed by Jason Volk
parent 78a02edbbf
commit 448ac63a21
15 changed files with 804 additions and 165 deletions

View File

@@ -549,6 +549,11 @@ features = ["serde"]
version = "2.0.1"
default-features = false
[workspace.dependencies.ldap3]
version = "0.11"
default-features = false
features = ["sync", "tls-rustls"]
#
# Patches
#