diff options
author | Stef Walter <stef@memberwebs.com> | 2004-04-26 20:39:55 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-04-26 20:39:55 +0000 |
commit | 8368de7830f336533f9fe6369641070239bf739c (patch) | |
tree | 5ad9641a6254c1c3a9e33750fdfb37ac7fbb7583 /sample/httpauthd.conf | |
parent | 627c573af25b602ac64c36b01c8163c592cbb494 (diff) |
More debugging fixes.
Diffstat (limited to 'sample/httpauthd.conf')
-rw-r--r-- | sample/httpauthd.conf | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/sample/httpauthd.conf b/sample/httpauthd.conf index f08ebad..ba8af0a 100644 --- a/sample/httpauthd.conf +++ b/sample/httpauthd.conf @@ -14,16 +14,19 @@ DigestDebugNonce: AkCLQA==560f26e24db2d4cecbe5d6e24d958377ab73def9 [LDAP] Realm: blah LDAPServers: authdev.ws.local -LDAPDoBind: True +LDAPDoBind: False 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 + +DigestDebugNonce: AkCLQA==560f26e24db2d4cecbe5d6e24d958377ab73def9 -# LDAPFilter: -# LDAPBase: -# LDAPPWAttr: -# LDAPHA1Attr: -# LDAPUser: -# LDAPPassword: -# LDAPScope: # LDAPMax: # LDAPTimeout: |