diff options
author | Stef Walter <stef@memberwebs.com> | 2004-05-07 22:02:29 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-05-07 22:02:29 +0000 |
commit | 80b0e2c0fdad108454ae87130496f595f0b81b81 (patch) | |
tree | 696ce7e9010f412ce4e988e4d88553b19e2e42a8 /sample | |
parent | 0bc8575dbfb281f5f5e9fb530247d29ba1f296fc (diff) |
- Reworked the internal API
- Added common functions for trimming
- Debugging
- Reworked the module to the new protocol
Diffstat (limited to 'sample')
-rw-r--r-- | sample/httpauthd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sample/httpauthd.conf b/sample/httpauthd.conf index f11f48e..c536dcd 100644 --- a/sample/httpauthd.conf +++ b/sample/httpauthd.conf @@ -5,15 +5,14 @@ MaxThreads: 18 CacheTimeout: 300 AuthTypes: Digest # AuthTypes: Basic Digest -Socket: 0.0.0.0:8020 +Socket: 0.0.0.0:8030 DigestIgnoreNC: True -[Simple] +[Simple:Test] Realm: blah PasswordFile: /data/projects/httpauth/sample/passwd.file - [LDAP] Realm: blah LDAPServers: authdev.ws.local @@ -24,6 +23,7 @@ LDAPUser: cn=root,dc=fam LDAPPassword: ldaptest@@password # LDAPHA1Attr: login LDAPPWAttr: clearPassword +DigestDebugNonce: AkCLQA==560f26e24db2d4cecbe5d6e24d958377ab73def9 LDAPFilter: (cn=%u) LDAPBase: dc=fam |