blob: f11f48e0de842b3d9dea7aa4e78b4d73e9163b78 (
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:8020
DigestIgnoreNC: True
[Simple]
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
LDAPFilter: (cn=%u)
LDAPBase: dc=fam
LDAPScope: sub
|