From 977b4db32cde91d043562e9bafedbc563b6ae464 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 10 May 2006 21:58:42 +0000 Subject: Add example configuration files --- doc/ldap-example.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/ldap-example.conf (limited to 'doc/ldap-example.conf') diff --git a/doc/ldap-example.conf b/doc/ldap-example.conf new file mode 100644 index 0000000..f1e0c91 --- /dev/null +++ b/doc/ldap-example.conf @@ -0,0 +1,23 @@ +# 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 -- cgit v1.2.3