Commit graph

4 commits

Author SHA1 Message Date
fox.cpp
d54237f856
auth/ldap: Send empty username by default when doing unauthenticated bind
Requested by maldridge to match ldapsearch behavior.
2022-09-11 20:42:42 +03:00
fox.cpp
f8bad12434
auth/ldap: Fix "bind unauth" config directive parsing
UnauthenticatedBind accept a string argument since some
go-ldap version. A breaking change that was not
detected on version upgrade, apparently.

See #529.
2022-09-11 20:39:19 +03:00
fox.cpp
a1777db310
auth/ldap: Correctly fallback to other URLs 2021-07-15 16:27:22 +03:00
fox.cpp
e0792c2dbb
auth: Implement LDAP BindDN lookups
Currently connection management code is rather native, there is definitely a room for improvements (e.g. pooling?)

Closes #273
2021-07-14 22:08:42 +03:00