summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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