Add ldap_configuration_active

This commit is contained in:
Daniel Berteaud 2013-04-07 16:25:07 +02:00
parent 7f00dc94b3
commit d55b940d95
1 changed files with 1 additions and 0 deletions

View File

@ -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;