diff options
Diffstat (limited to 'doc/httpauthd.conf.sample')
-rw-r--r-- | doc/httpauthd.conf.sample | 17 |
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 |