mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
drivers_ldap says "updated" has been replaced with "modified", so update example config accordingly
This commit is contained in:
parent
8313f765ce
commit
d205521bd4
@ -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
|
||||
// 'baseDNGroups' => 'ou=divisions,dc=tennaxia,dc=net', //where to look for groups
|
||||
// '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",
|
||||
// "updated" => "modifyTimestamp",
|
||||
// "modified" => "modifyTimestamp",
|
||||
// "fullname" => "cn" ,
|
||||
// "email" =>"mail"
|
||||
// ), //used to create the user based on his ldap properties
|
||||
// 'group_mapping_field' => array("username" => "cn",
|
||||
// "updated" => "modifyTimestamp",
|
||||
// "modified" => "modifyTimestamp",
|
||||
// "fullname" => "cn" ,
|
||||
// "members" =>"memberUid"
|
||||
// ), //used to create the group based on the ldap properties
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user