summaryrefslogtreecommitdiff
path: root/sample/httpauthd.conf
blob: f9481d20597f606f5514dca9e11f8848eed5941e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Some comments

# and blank lines
MaxThreads: 18
CacheTimeout: 300
# AuthTypes: Digest
AuthTypes: Basic Digest
Socket: 0.0.0.0

# DigestIgnoreNC: True

[Simple:UDB]
Realm: blah
PasswordFile: /data/projects/httpauth/sample/passwd.file

[LDAP]
Realm: blah
LDAPServers: authdev.ws.local
LDAPDoBind: False
LDAPDNMap: cn=%u,ou=test,dc=fam
# DigestDomains: http://test.ws.local/
LDAPUser: cn=root,dc=fam
LDAPPassword: ldaptest@@password
# LDAPHA1Attr: login
LDAPPWAttr: clearPassword
DigestDebugNonce: AkCLQA==560f26e24db2d4cecbe5d6e24d958377ab73def9

LDAPFilter: (cn=%u)
LDAPBase: dc=fam
LDAPScope: sub