mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
memberUid is deprecated, make member default
This commit is contained in:
parent
a7fc46a848
commit
bb713137fd
@ -715,7 +715,7 @@ $c->admin_email = 'calendar-admin@example.com';
|
||||
// "username" => "cn",
|
||||
// "modified" => "modifyTimestamp",
|
||||
// "fullname" => "cn",
|
||||
// "members" => "memberUid"
|
||||
// "members" => "member"
|
||||
// ),
|
||||
|
||||
/* if your "members" field contains the full DN and needs to be
|
||||
|
||||
@ -505,7 +505,8 @@ function sync_LDAP_groups(){
|
||||
|
||||
$member_field = isset($mapping['members'])
|
||||
? $mapping['members']
|
||||
: 'memberUid';
|
||||
: 'member';
|
||||
|
||||
$dnfix = isset($c->authenticate_hook['config']['group_member_dnfix'])
|
||||
&& $c->authenticate_hook['config']['group_member_dnfix'];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user