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: 378957ec4095dba8968f4301d4bbe65860f3c8cb (plain)
1
2
3
4
5
6
<?php

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