# Sample HTTPAUTH configuration file # Listen on a TCP port Socket: 0.0.0.0 # ---------------------------------------------------- # This is the beginning of an Simple method section [Simple: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:AllUsers] # Displayed to the user Realm: Users LDAPServers: ldap.test.com LDAPDoBind: True LDAPDNMap: cn=%u,dc=test,dc=com LDAPFilter: (objectClass=person)