mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
LDAP: set displayname as default attribute for user display name
This commit is contained in:
parent
c975021a67
commit
5606b60f36
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ class Configuration {
|
|||
'ldap_group_filter' => 'objectClass=posixGroup',
|
||||
'ldap_groupfilter_objectclass' => '',
|
||||
'ldap_groupfilter_groups' => '',
|
||||
'ldap_display_name' => 'cn',
|
||||
'ldap_display_name' => 'displayName',
|
||||
'ldap_group_display_name' => 'cn',
|
||||
'ldap_tls' => 1,
|
||||
'ldap_nocase' => 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue