summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-04-29 03:55:57 +0000
committerStef Walter <stef@memberwebs.com>2004-04-29 03:55:57 +0000
commit2c1dec428c6e1d1bb6675847a5046a4fabdfe4c4 (patch)
tree84c3f1140691b33933c073c78ba52ca6d8eafcac /sample
parentf9df80773a7a6a08e62d2073154edf0c76f1f209 (diff)
- Added documentation
- Fixed bugs - Added support for dns to sock_any
Diffstat (limited to 'sample')
-rw-r--r--sample/httpauthd.conf24
1 files changed, 11 insertions, 13 deletions
diff --git a/sample/httpauthd.conf b/sample/httpauthd.conf
index ae59ce2..f11f48e 100644
--- a/sample/httpauthd.conf
+++ b/sample/httpauthd.conf
@@ -3,31 +3,29 @@
# and blank lines
MaxThreads: 18
CacheTimeout: 300
-AuthTypes: Basic Digest
+AuthTypes: Digest
+# AuthTypes: Basic Digest
Socket: 0.0.0.0:8020
+DigestIgnoreNC: True
+
[Simple]
Realm: blah
PasswordFile: /data/projects/httpauth/sample/passwd.file
-DigestDebugNonce: AkCLQA==560f26e24db2d4cecbe5d6e24d958377ab73def9
[LDAP]
Realm: blah
LDAPServers: authdev.ws.local
LDAPDoBind: False
-LDAPDNMap: cn=%u,ou=test,dc=fam
-DigestDomains: http://test.ws.local/
+# LDAPDNMap: cn=%u,ou=test,dc=fam
+# DigestDomains: http://test.ws.local/
LDAPUser: cn=root,dc=fam
LDAPPassword: ldaptest@@password
-LDAPHA1Attr: login
-# LDAPPWAttr: clearPassword
-
-LDAPFilter: (&(comment=%r)(&(cn=%u)(objectClass=contactInfo)))
-LDAPBase: ou=test,dc=fam
-LDAPScope: one
+# LDAPHA1Attr: login
+LDAPPWAttr: clearPassword
-DigestDebugNonce: AkCLQA==560f26e24db2d4cecbe5d6e24d958377ab73def9
+LDAPFilter: (cn=%u)
+LDAPBase: dc=fam
+LDAPScope: sub
-# LDAPMax:
-# LDAPTimeout: