Merge pull request #17923 from owncloud/fix-17921
Remove Log info when no group filter is set, fixes #17921
This commit is contained in:
commit
332492548f
1 changed files with 0 additions and 8 deletions
|
@ -341,14 +341,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')
|
||||
as $expertSetting => $effectiveSetting) {
|
||||
|
|
Loading…
Reference in a new issue