diff options
author | Stef Walter <stef@memberwebs.com> | 2004-06-09 16:39:31 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-06-09 16:39:31 +0000 |
commit | 66d68a58fbbeacfaa51f5210e9d6a549a677014f (patch) | |
tree | c0bcad3aae498452aecb87ce912c405dbc612af0 /sample/httpauthd.conf | |
parent | 80b0e2c0fdad108454ae87130496f595f0b81b81 (diff) |
- 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
Diffstat (limited to 'sample/httpauthd.conf')
-rw-r--r-- | sample/httpauthd.conf | 12 |
1 files changed, 6 insertions, 6 deletions
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 |