From 441f807bce3e1db72aafde56534f11c0bbf72c09 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 29 Jan 2015 12:51:12 +0100 Subject: [PATCH] fix update routine --- apps/user_ldap/appinfo/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/appinfo/update.php b/apps/user_ldap/appinfo/update.php index 0354cf27379b..cf1d2e7867bd 100644 --- a/apps/user_ldap/appinfo/update.php +++ b/apps/user_ldap/appinfo/update.php @@ -20,7 +20,7 @@ 'user_ldap', $config.'ldap_uuid_user_attribute', 'not existing'); if($state === 'non existing') { $value = \OCP\Config::getAppValue( - 'user_ldap', $config.'ldap_uuid_attribute', ''); + 'user_ldap', $config.'ldap_uuid_attribute', 'auto'); \OCP\Config::setAppValue( 'user_ldap', $config.'ldap_uuid_user_attribute', $value); \OCP\Config::setAppValue(