server/apps/user_ldap/appinfo/install.php
2012-09-07 15:22:01 +02:00

6 lines
165 B
PHP

<?php
$state = OCP\Config::getSystemValue('ldapIgnoreNamingRules', 'doSet');
if($state == 'doSet') {
OCP\Config::setSystemValue('ldapIgnoreNamingRules', false);
}