From d205521bd4b67e1db9ea882ad69b325816de76d3 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Fri, 7 Apr 2017 23:58:33 +0200 Subject: [PATCH] drivers_ldap says "updated" has been replaced with "modified", so update example config accordingly --- config/example-config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/example-config.php b/config/example-config.php index d9af5f6f..460ef0c4 100644 --- a/config/example-config.php +++ b/config/example-config.php @@ -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