blob: f08ebad1e1f2a74f7cf6d3db42635a72fe259ab0 (
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
|
# Some comments
# and blank lines
MaxThreads: 18
CacheTimeout: 300
AuthTypes: Basic Digest
[Simple]
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:
# LDAPMax:
# LDAPTimeout:
|