diff options
Diffstat (limited to 'sample/httpauthd.conf')
-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 |