diff options
Diffstat (limited to 'sample/httpauthd.conf')
-rw-r--r-- | sample/httpauthd.conf | 24 |
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: |