summaryrefslogtreecommitdiff
path: root/sample/httpauthd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sample/httpauthd.conf')
-rw-r--r--sample/httpauthd.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/sample/httpauthd.conf b/sample/httpauthd.conf
index c536dcd..f9481d2 100644
--- a/sample/httpauthd.conf
+++ b/sample/httpauthd.conf
@@ -3,13 +3,13 @@
# and blank lines
MaxThreads: 18
CacheTimeout: 300
-AuthTypes: Digest
-# AuthTypes: Basic Digest
-Socket: 0.0.0.0:8030
+# AuthTypes: Digest
+AuthTypes: Basic Digest
+Socket: 0.0.0.0
-DigestIgnoreNC: True
+# DigestIgnoreNC: True
-[Simple:Test]
+[Simple:UDB]
Realm: blah
PasswordFile: /data/projects/httpauth/sample/passwd.file
@@ -17,7 +17,7 @@ PasswordFile: /data/projects/httpauth/sample/passwd.file
Realm: blah
LDAPServers: authdev.ws.local
LDAPDoBind: False
-# LDAPDNMap: cn=%u,ou=test,dc=fam
+LDAPDNMap: cn=%u,ou=test,dc=fam
# DigestDomains: http://test.ws.local/
LDAPUser: cn=root,dc=fam
LDAPPassword: ldaptest@@password