summaryrefslogtreecommitdiff
path: root/src/mod_authn_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [mod_auth] have LDAP template replace '?'Glenn Strauss2017-01-311-6/+9
* [mod_auth] LDAP escape username in DN and filtersGlenn Strauss2017-01-311-30/+134
* [mod_auth] support LDAP groups for HTTP auth (fixes #1817)Glenn Strauss2017-01-311-3/+54
* [autobuild] rm module stub code for missing depsGlenn Strauss2016-10-171-14/+1
* [mod_auth] permit specifying ldap DN; skip search (fixes #1248)Glenn Strauss2016-10-041-21/+36
* [mod_auth] ldap filter subst user for multiple '$' (fixes #1508)Glenn Strauss2016-09-281-23/+13
* [mod_auth] HTTP Basic auth backends also do authz (#1817)Glenn Strauss2016-09-281-4/+5
* [mod_auth] refactor LDAP code into smaller funcsGlenn Strauss2016-09-281-158/+204
* [mod_auth] extensible interface for auth backendsGlenn Strauss2016-08-201-0/+448