Displaying 1 result from an estimated 1 matches for "basednus".
Did you mean:
basedns
2010 Jun 13
0
DAViCal LDAP-Authentication error
...|
| $c->authenticate_hook['call'] = 'LDAP_check';
| $c->authenticate_hook['config'] = array(
| 'host' => test.com.cn,
| 'port' => '389',
| 'protocolVersion' => '3', //Version of LDAP protocol to use
| 'baseDNUsers'=> 'ou=People,dc=test,dc=com,dc=cn',
| 'filterUsers' => 'objectClass=inetOrgPerson',
| 'mapping_field' => array("username" => "uid",
| "updated" => "modifyTimestamp",
|...