drivers_ldap says "updated" has been replaced with "modified", so update example config accordingly

This commit is contained in:
Florian Schlichting 2017-04-07 23:58:33 +02:00
parent 8313f765ce
commit d205521bd4

View File

@ -467,14 +467,14 @@ $c->admin_email ='calendar-admin@example.com';
// 'filterUsers' => 'objectClass=kolabInetOrgPerson', //filter which must validate a user according to RFC4515, i.e. surrounded by brackets // 'filterUsers' => 'objectClass=kolabInetOrgPerson', //filter which must validate a user according to RFC4515, i.e. surrounded by brackets
// 'baseDNGroups' => 'ou=divisions,dc=tennaxia,dc=net', //where to look for groups // 'baseDNGroups' => 'ou=divisions,dc=tennaxia,dc=net', //where to look for groups
// 'filterGroups' => 'objectClass=groupOfUniqueNames', //filter with same rules as filterUsers // 'filterGroups' => 'objectClass=groupOfUniqueNames', //filter with same rules as filterUsers
/** /!\ "username" should be set and "updated" must be set **/ /** /!\ "username" should be set and "modified" must be set **/
// 'mapping_field' => array("username" => "uid", // 'mapping_field' => array("username" => "uid",
// "updated" => "modifyTimestamp", // "modified" => "modifyTimestamp",
// "fullname" => "cn" , // "fullname" => "cn" ,
// "email" =>"mail" // "email" =>"mail"
// ), //used to create the user based on his ldap properties // ), //used to create the user based on his ldap properties
// 'group_mapping_field' => array("username" => "cn", // 'group_mapping_field' => array("username" => "cn",
// "updated" => "modifyTimestamp", // "modified" => "modifyTimestamp",
// "fullname" => "cn" , // "fullname" => "cn" ,
// "members" =>"memberUid" // "members" =>"memberUid"
// ), //used to create the group based on the ldap properties // ), //used to create the group based on the ldap properties