2012-05-18 15:38:22 +00:00
|
|
|
<?php
|
2015-02-26 10:37:37 +00:00
|
|
|
|
2012-05-18 15:38:22 +00:00
|
|
|
$state = OCP\Config::getSystemValue('ldapIgnoreNamingRules', 'doSet');
|
2013-04-20 20:45:17 +00:00
|
|
|
if($state === 'doSet') {
|
2012-05-18 15:38:22 +00:00
|
|
|
OCP\Config::setSystemValue('ldapIgnoreNamingRules', false);
|
|
|
|
}
|