# 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] # Give the method a name Alias: LocalUsers # The file PasswordFile: /usr/data/localusers.pw # ---------------------------------------------------- # This is the beginning of an LDAP method section [LDAP] # Give the method a name Alias: AllUsers LDAPServers: ldap.test.com LDAPDoBind: True LDAPDNMap: cn=%u,dc=test,dc=com LDAPFilter: (objectClass=person)