From 2c1dec428c6e1d1bb6675847a5046a4fabdfe4c4 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 29 Apr 2004 03:55:57 +0000 Subject: - Added documentation - Fixed bugs - Added support for dns to sock_any --- sample/httpauthd.conf | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'sample') 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: -- cgit v1.2.3