Blame view

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