mirror of
https://github.com/nextcloud/server.git
synced 2026-03-26 20:33:55 -04:00
Merge pull request #2774 from nextcloud/fix-2585
remove frequent, unimportant log message
This commit is contained in:
commit
089210f2df
1 changed files with 0 additions and 5 deletions
|
|
@ -327,11 +327,6 @@ class Connection extends LDAPUtility {
|
|||
foreach(array('ldapBaseUsers', 'ldapBaseGroups') as $keyBase) {
|
||||
$val = $this->configuration->$keyBase;
|
||||
if(empty($val)) {
|
||||
$obj = strpos('Users', $keyBase) !== false ? 'Users' : 'Groups';
|
||||
\OCP\Util::writeLog('user_ldap',
|
||||
'Base tree for '.$obj.
|
||||
' is empty, using Base DN',
|
||||
\OCP\Util::INFO);
|
||||
$this->configuration->$keyBase = $this->configuration->ldapBase;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue