summaryrefslogtreecommitdiff
path: root/doc
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
parent8b041b40ac8567899c2b3c556705a837ca8b52cb (diff)
Add proper licensing
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am9
-rw-r--r--doc/httpauthd.conf.sample17
2 files changed, 13 insertions, 13 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 56ca28e..85f98bc 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,9 @@
-man_MANS = httpauthd.8 httpauthd.conf.5
+man_MANS = httpauthd.8 httpauthd.conf.5 mkha1.8
-EXTRA_DIST = protocol.txt httpauthd.conf.sample ${man_MANS}
+EXTRA_DIST = protocol.txt \
+ httpauthd.conf.sample \
+ ldap-example.conf \
+ mysql-example.conf \
+ ntlm-example.conf \
+ ${man_MANS}
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