]> source.dussan.org Git - nextcloud-server.git/commitdiff
typo, fixes #5517
authorArthur Schiwon <blizzz@owncloud.com>
Thu, 24 Oct 2013 12:16:58 +0000 (14:16 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Thu, 24 Oct 2013 12:16:58 +0000 (14:16 +0200)
apps/user_ldap/lib/configuration.php

index c8bf1c09482a29d21386a32f5690f313ce211df8..e9de106bdd0f364a5ed0a6b181a0f13b01692c3d 100644 (file)
@@ -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',
                );