From 07e17a3701395951a3c56bc5729e985a4dbae144 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Tue, 23 Oct 2007 09:35:24 +1300 Subject: [PATCH] State how to make LDAP use an anonymous bind initially. --- config/example-config.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/example-config.php b/config/example-config.php index 66334922..6a8817d3 100644 --- a/config/example-config.php +++ b/config/example-config.php @@ -169,8 +169,12 @@ $c->admin_email ='calendar-admin@example.com'; //$c->authenticate_hook['config'] = array( // 'host' => 'www.tennaxia.net', //host name of your LDAP Server // 'port' => '389', //port + + /* For the initial bind to be anonymous leave bindDN and passDN + commented out */ // 'bindDN'=> 'cn=manager,cn=internal,dc=tennaxia,dc=net', //DN to bind to this server enabling to perform request // 'passDN'=> 'xxxxxxxx', //Password of the previous bindDN to bind to this server enabling to perform request + // 'protocolVersion' => '3', //Version of LDAP protocol to use // 'baseDNUsers'=> 'dc=tennaxia,dc=net', //where to look at valid user // 'filterUsers' => 'objectClass=kolabInetOrgPerson', //filter which must validate a user according to RFC4515, i.e. surrounded by brackets @@ -227,4 +231,4 @@ $c->admin_email ='calendar-admin@example.com'; // $c->local_tzid; -?> \ No newline at end of file +?>