LDAP: version bump -> clean up database

This commit is contained in:
Arthur Schiwon 2013-02-06 02:29:55 +01:00
parent c6aa370604
commit 993831b6df
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
0.3.9.0
0.3.9.1