Merge branch 'rscds' of git+ssh://git.catalyst.net.nz/git/public/rscds into rscds

This commit is contained in:
Andrew McMillan 2007-10-23 22:13:42 +13:00
commit 5c2358ccd4

View File

@ -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;
?>
?>