Displaying 1 result from an estimated 1 matches for "mapping_field".
2010 Jun 13
0
DAViCal LDAP-Authentication error
...gt; 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",
| "fullname" => "cn" ,
| "email" =>"mail"
|...