From 66d68a58fbbeacfaa51f5210e9d6a549a677014f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 9 Jun 2004 16:39:31 +0000 Subject: - Changed 'method' to 'handler' throughout - Fixed bug in hash.c with unitialized memory - Imported new hash table features - Writes out pid file when requested with -p option --- sample/httpauthd.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sample') 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 -- cgit v1.2.3