LDAP: version bump -> clean up database

remotes/origin/stable5
Arthur Schiwon 12 years ago
parent c6aa370604
commit 993831b6df
  1. 5
      apps/user_ldap/appinfo/update.php
  2. 2
      apps/user_ldap/appinfo/version

@ -87,4 +87,7 @@ if(!isset($connector)) {
}
//it is required, that connections do have ldap_configuration_active setting stored in the database
$connector->getConfiguration();
$connector->saveConfiguration();
$connector->saveConfiguration();
// we don't save it anymore, was a well-meant bad idea
\OC_Preferences::deleteKey('%', 'user_ldap' , 'homedir');
Loading…
Cancel
Save