From f9e890e07ed63a9bd14e36c74525f462ad7da015 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 10 May 2006 21:55:16 +0000 Subject: Add proper licensing --- doc/Makefile.am | 9 +++++++-- doc/httpauthd.conf.sample | 17 ++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3