mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Remove Log info when no group filter is set, fixes #17921
The log message is superfluous and too noisy. If an admin decides not to use groups, he does not need to be reminded about it on almost every request.
This commit is contained in:
parent
4076f84f88
commit
81f5672393
1 changed files with 0 additions and 6 deletions
|
|
@ -342,12 +342,6 @@ class Connection extends LDAPUtility {
|
|||
}
|
||||
|
||||
$groupFilter = $this->configuration->ldapGroupFilter;
|
||||
if(empty($groupFilter)) {
|
||||
\OCP\Util::writeLog('user_ldap',
|
||||
'No group filter is specified, LDAP group '.
|
||||
'feature will not be used.',
|
||||
\OCP\Util::INFO);
|
||||
}
|
||||
|
||||
foreach(array('ldapExpertUUIDUserAttr' => 'ldapUuidUserAttribute',
|
||||
'ldapExpertUUIDGroupAttr' => 'ldapUuidGroupAttribute')
|
||||
|
|
|
|||
Loading…
Reference in a new issue