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:
blizzz 2015-07-28 11:41:21 +02:00
parent 4076f84f88
commit 81f5672393
1 changed files with 0 additions and 6 deletions

View File

@ -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')