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

6
vendor/dn_escape/Cargo.toml vendored Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "dn_escape"
version = "0.1.0"
edition = "2024"
[dependencies]