# An LDAP example # Create a new handler called 'MyHandler' [LDAP:MyHandler] # The realm displayed to the user Realm: LDAP Example # Only digest authentication allowed AuthTypes: Digest # Connect to LDAP server with the following info LDAPServers: ldap.example.com LDAPUser: cn=root,dc=example,dc=com LDAPPassword: ldap@example@password # This will authenticate against the password available # in the 'clearPassword' LDAP attribute LDAPDoBind: False LDAPDNMap: cn=%u,dc=example,dc=com LDAPPWAttr: clearPassword LDAPFilter: (cn=%u) LDAPBase: dc=example,dc=com