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

4
vendor/dn_escape/README.md vendored Normal file
View file

@ -0,0 +1,4 @@
# dn_escape
Borrowed from the ldap3 project at version v0.12.1, under MIT license. A copy
of the license can be found in [MIT_LICENSE](MIT_LICENSE).