mirror of
https://github.com/nextcloud/server.git
synced 2026-03-08 17:30:52 -04:00
typo, fixes #5517
This commit is contained in:
parent
db70b18c1d
commit
6284e95e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ class Configuration {
|
|||
'ldap_attributes_for_user_search' => 'ldapAttributesForUserSearch',
|
||||
'ldap_attributes_for_group_search' => 'ldapAttributesForGroupSearch',
|
||||
'ldap_expert_username_attr' => 'ldapExpertUsernameAttr',
|
||||
'ldap_expert_uuid_user_attr' => 'ldapExpertUUIUserDAttr',
|
||||
'ldap_expert_uuid_user_attr' => 'ldapExpertUUIDUserAttr',
|
||||
'ldap_expert_uuid_group_attr' => 'ldapExpertUUIDGroupAttr',
|
||||
'has_memberof_filter_support' => 'hasMemberOfFilterSupport',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue