summaryrefslogtreecommitdiff
path: root/src/http_auth.h
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-08-15 09:42:17 +0000
committerJan Kneschke <jan@kneschke.de>2005-08-15 09:42:17 +0000
commit9238cad69ec65112d73d34da866fb6795c44b005 (patch)
tree9cebe43aacdfad8fb31a213ff03212f68512a70b /src/http_auth.h
parent75c3a8393a06bcdbf7d9bbfc627728619ae93261 (diff)
downloadlighttpd-git-9238cad69ec65112d73d34da866fb6795c44b005.tar.gz
added support for LDAP-bind()
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@531 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'src/http_auth.h')
-rw-r--r--src/http_auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http_auth.h b/src/http_auth.h
index c6d9a4ca..0b664fa1 100644
--- a/src/http_auth.h
+++ b/src/http_auth.h
@@ -27,6 +27,8 @@ typedef struct {
buffer *auth_ldap_hostname;
buffer *auth_ldap_basedn;
+ buffer *auth_ldap_binddn;
+ buffer *auth_ldap_bindpw;
buffer *auth_ldap_filter;
buffer *auth_ldap_cafile;
unsigned short auth_ldap_starttls;