feat: Implement LDAP bind/whoami

This commit is contained in:
selfhoster selfhoster 2026-09-01 21:18:19 +02:00
commit b4330b37fa
19 changed files with 664 additions and 37 deletions

View file

@ -6,7 +6,8 @@ edition = "2024"
[dependencies]
argh = "0.1.19"
camino = "1.2.5"
futures-util = "0.3.34"
dn_escape = { path = "vendor/dn_escape" }
futures-util = { version = "0.3.34", features = ["sink"] }
ldap3_proto = "0.8.1"
serde = { version = "1.0.229", features = ["derive"] }
tokio = { version = "1.53.1", features = ["macros", "net", "rt", "time", "sync"] }