summaryrefslogtreecommitdiff
path: root/doc/httpauthd.conf.sample
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-05-10 21:55:16 +0000
committerStef Walter <stef@memberwebs.com>2006-05-10 21:55:16 +0000
commitf9e890e07ed63a9bd14e36c74525f462ad7da015 (patch)
treecb092f498e60163f0cdb6faba4785895955b6251 /doc/httpauthd.conf.sample
parent8b041b40ac8567899c2b3c556705a837ca8b52cb (diff)
Add proper licensing
Diffstat (limited to 'doc/httpauthd.conf.sample')
-rw-r--r--doc/httpauthd.conf.sample17
1 files changed, 6 insertions, 11 deletions
diff --git a/doc/httpauthd.conf.sample b/doc/httpauthd.conf.sample
index f5e1e87..16549b1 100644
--- a/doc/httpauthd.conf.sample
+++ b/doc/httpauthd.conf.sample
@@ -1,31 +1,26 @@
-
# 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]
+[Simple:LocalUsers]
-# Give the method a name
-Alias: LocalUsers
+# Displayed to the user
+Realm: Local Users
# The file
PasswordFile: /usr/data/localusers.pw
-
# ----------------------------------------------------
# This is the beginning of an LDAP method section
-[LDAP]
+[LDAP:AllUsers]
-# Give the method a name
-Alias: AllUsers
+# Displayed to the user
+Realm: Users
LDAPServers: ldap.test.com
LDAPDoBind: True