Welcome to mirror list, hosted at ThFree Co, Russian Federation.

install.php « appinfo « user_ldap « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0c33a25c75f3b835cfe2697382b7608f65b0a8c (plain)
1
2
3
4
5
6
<?php

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