diff options
author | Stef Walter <stef@memberwebs.com> | 2004-04-26 16:50:46 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-04-26 16:50:46 +0000 |
commit | 7ede8b330f777a0ff5c960eaecc1850b84289620 (patch) | |
tree | 73ebca8037baeafb49fcb8fdae84de4cf0c7777f /sample | |
parent | 6f493edb96610203727b35bbe45264a932bfa2a2 (diff) |
Completed debug nonce support on ldap handler
Diffstat (limited to 'sample')
-rw-r--r-- | sample/httpauthd.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sample/httpauthd.conf b/sample/httpauthd.conf index 4c97858..1b12e4a 100644 --- a/sample/httpauthd.conf +++ b/sample/httpauthd.conf @@ -10,3 +10,20 @@ Realm: blah PasswordFile: /data/projects/httpauth/sample/passwd.file DigestDebugNonce: AkCLQA==560f26e24db2d4cecbe5d6e24d958377ab73def9 + +[LDAP] +Realm: blah +LDAPServers: authdev.ws.local +LDAPDoBind: True +LDAPDNMap: cn=%u,ou=test,dc=fam +DigestDomains: http://test.ws.local/ +# LDAPFilter: +# LDAPBase: +# LDAPPWAttr: +# LDAPHA1Attr: +# LDAPUser: +# LDAPPassword: +# LDAPScope + + +LDAPDN |