From d55b940d957d2be9e947924b64611df255e7e336 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 7 Apr 2013 16:25:07 +0200 Subject: [PATCH] Add ldap_configuration_active --- root/etc/e-smith/templates/etc/e-smith/sql/init/ownclouddb | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/e-smith/templates/etc/e-smith/sql/init/ownclouddb b/root/etc/e-smith/templates/etc/e-smith/sql/init/ownclouddb index 2c7edbf..970fec7 100644 --- a/root/etc/e-smith/templates/etc/e-smith/sql/init/ownclouddb +++ b/root/etc/e-smith/templates/etc/e-smith/sql/init/ownclouddb @@ -73,6 +73,7 @@ INSERT INTO appconfig (appid,configKey,configValue) VALUES ('user_ldap','ldap_lo INSERT INTO appconfig (appid,configKey,configValue) VALUES ('user_ldap','user_ldaplist_filter','objectClass=sambaSamAccount') ON DUPLICATE KEY UPDATE configValue=configValue; INSERT INTO appconfig (appid,configKey,configValue) VALUES ('user_ldap','ldap_uuid_attribute','entryuuid') ON DUPLICATE KEY UPDATE configValue=configValue; INSERT INTO appconfig (appid,configKey,configValue) VALUES ('user_ldap','types','authentication') ON DUPLICATE KEY UPDATE configValue=configValue; +INSERT INTO appconfig (appid,configKey,configValue) VALUES ('user_ldap','ldap_configuration_active','1') ON DUPLICATE KEY UPDATE configValue=configValue; ALTER TABLE appconfig DROP INDEX appid;