From 80b0e2c0fdad108454ae87130496f595f0b81b81 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 7 May 2004 22:02:29 +0000 Subject: - Reworked the internal API - Added common functions for trimming - Debugging - Reworked the module to the new protocol --- sample/httpauthd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sample') 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 -- cgit v1.2.3