summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2013-10-24 14:16:58 +0200
committerArthur Schiwon <blizzz@owncloud.com>2013-10-24 14:16:58 +0200
commit6284e95e2bf034ebbef231be8b1c2c2266946629 (patch)
tree5324627f7960c134987cc3bf573010a92036db8b
parentdb70b18c1d042bac1a9bca50c383654d728ff0c8 (diff)
downloadnextcloud-server-6284e95e2bf034ebbef231be8b1c2c2266946629.tar.gz
nextcloud-server-6284e95e2bf034ebbef231be8b1c2c2266946629.zip
typo, fixes #5517
-rw-r--r--apps/user_ldap/lib/configuration.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/configuration.php b/apps/user_ldap/lib/configuration.php
index c8bf1c09482..e9de106bdd0 100644
--- a/apps/user_ldap/lib/configuration.php
+++ b/apps/user_ldap/lib/configuration.php
@@ -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',
);