]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove frequent, unimportant log message 2774/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Mon, 19 Dec 2016 22:35:56 +0000 (23:35 +0100)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Mon, 19 Dec 2016 22:36:11 +0000 (23:36 +0100)
Fixes #2585

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/user_ldap/lib/Connection.php

index d74afa42fe82b4820a91e3b8cd1824a74c393f1d..92b874e7a157b81a0a89fdde9cb78aa7801d4083 100644 (file)
@@ -327,11 +327,6 @@ class Connection extends LDAPUtility {
                foreach(array('ldapBaseUsers', 'ldapBaseGroups') as $keyBase) {
                        $val = $this->configuration->$keyBase;
                        if(empty($val)) {
-                               $obj = strpos('Users', $keyBase) !== false ? 'Users' : 'Groups';
-                               \OCP\Util::writeLog('user_ldap',
-                                                                       'Base tree for '.$obj.
-                                                                       ' is empty, using Base DN',
-                                                                       \OCP\Util::INFO);
                                $this->configuration->$keyBase = $this->configuration->ldapBase;
                        }
                }