mirror of
https://github.com/nextcloud/server.git
synced 2026-03-09 01:40:53 -04:00
6 lines
164 B
PHP
6 lines
164 B
PHP
<?php
|
|
|
|
$state = OCP\Config::getSystemValue('ldapIgnoreNamingRules', 'doSet');
|
|
if($state == 'doSet'){
|
|
OCP\Config::setSystemValue('ldapIgnoreNamingRules', false);
|
|
}
|