mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
7 lines
166 B
PHP
7 lines
166 B
PHP
<?php
|
|
|
|
$state = OCP\Config::getSystemValue('ldapIgnoreNamingRules', 'doSet');
|
|
if($state === 'doSet') {
|
|
OCP\Config::setSystemValue('ldapIgnoreNamingRules', false);
|
|
}
|