summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
diff options
context:
space:
mode:
authorblizzz <blizzz@owncloud.com>2015-07-28 11:41:21 +0200
committerblizzz <blizzz@owncloud.com>2015-07-28 11:41:21 +0200
commit81f5672393338928306a9d59abe6c79680217732 (patch)
tree6a021960d72d870717216579844178be5a82d25c /apps/user_ldap/lib
parent4076f84f888a16e00dc6978a47141b8d8cac8413 (diff)
downloadnextcloud-server-81f5672393338928306a9d59abe6c79680217732.tar.gz
nextcloud-server-81f5672393338928306a9d59abe6c79680217732.zip
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.
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r--apps/user_ldap/lib/connection.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php
index 2bb2e1f8cb6..6a216f65c54 100644
--- a/apps/user_ldap/lib/connection.php
+++ b/apps/user_ldap/lib/connection.php
@@ -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')