Files
nextcloud-server-mirror/apps/user_ldap/appinfo/install.php
T
2013-04-20 22:46:37 +02:00

7 lines
166 B
PHP

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