summaryrefslogtreecommitdiff
path: root/doc/httpauthd.conf.sample
blob: f5e1e87c7925986af0822e730966b336033d355b (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
32
33
34

# Sample HTTPAUTH configuration file

# Listen on a TCP port
Socket: 0.0.0.0

# Only perform Digest authentication
AuthTypes: Digest

# ----------------------------------------------------
# This is the beginning of an Simple method section
[Simple]

# Give the method a name
Alias: LocalUsers

# The file
PasswordFile: /usr/data/localusers.pw




# ----------------------------------------------------
# This is the beginning of an LDAP method section
[LDAP]

# Give the method a name
Alias: AllUsers

LDAPServers: ldap.test.com
LDAPDoBind: True
LDAPDNMap: cn=%u,dc=test,dc=com
LDAPFilter: (objectClass=person)