diff options
author | blizzz <blizzz@owncloud.com> | 2015-07-28 11:41:21 +0200 |
---|---|---|
committer | blizzz <blizzz@owncloud.com> | 2015-07-28 11:41:21 +0200 |
commit | 81f5672393338928306a9d59abe6c79680217732 (patch) | |
tree | 6a021960d72d870717216579844178be5a82d25c /apps/user_ldap/lib | |
parent | 4076f84f888a16e00dc6978a47141b8d8cac8413 (diff) | |
download | nextcloud-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.php | 6 |
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') |