Blame view

sources/apps/user_ldap/appinfo/install.php 165 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
  <?php
  
  $state = OCP\Config::getSystemValue('ldapIgnoreNamingRules', 'doSet');
  if($state == 'doSet') {
  	OCP\Config::setSystemValue('ldapIgnoreNamingRules', false);
  }