]> source.dussan.org Git - nextcloud-server.git/commitdiff
must be empty not auto
authorArthur Schiwon <blizzz@owncloud.com>
Tue, 7 Oct 2014 14:45:22 +0000 (16:45 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Tue, 7 Oct 2014 14:45:22 +0000 (16:45 +0200)
apps/user_ldap/appinfo/update.php

index 1e706ce869bcd10a694f64ac1582ef5d5bb6656b..5fad23de4f6ce26b7164edd6c7babfeabfe841a6 100644 (file)
@@ -19,7 +19,7 @@ foreach($configPrefixes as $config) {
                'user_ldap', $config.'ldap_uuid_user_attribute', 'not existing');
        if($state === 'non existing') {
                $value = \OCP\Config::getAppValue(
-                       'user_ldap', $config.'ldap_uuid_attribute', 'auto');
+                       'user_ldap', $config.'ldap_uuid_attribute', '');
                \OCP\Config::setAppValue(
                        'user_ldap', $config.'ldap_uuid_user_attribute', $value);
                \OCP\Config::setAppValue(
@@ -30,7 +30,7 @@ foreach($configPrefixes as $config) {
                'user_ldap', $config.'ldap_expert_uuid_user_attr', 'not existing');
        if($state === 'non existing') {
                $value = \OCP\Config::getAppValue(
-                       'user_ldap', $config.'ldap_expert_uuid_attr', 'auto');
+                       'user_ldap', $config.'ldap_expert_uuid_attr', '');
                \OCP\Config::setAppValue(
                        'user_ldap', $config.'ldap_expert_uuid_user_attr', $value);
                \OCP\Config::setAppValue(