feat: Implement LDAP bind/whoami
This commit is contained in:
parent
bdb5008914
commit
b4330b37fa
19 changed files with 664 additions and 37 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue