diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index 5d0910320bf701d055e54d0c5b4ac215faccff6b..00fb8acc59a114e2ee6bde3c88d97c15fd9fb0f6 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -1406,7 +1406,7 @@ class Access extends LDAPUtility implements user\IUserTools { if(!$pagedSearchOK) { return false; } - \OCP\Util::writeLog('user_ldap', 'Ready for a paged search', \OCP\Util::INFO); + \OCP\Util::writeLog('user_ldap', 'Ready for a paged search', \OCP\Util::DEBUG); } else { \OCP\Util::writeLog('user_ldap', 'No paged search for us, Cpt., Limit '.$limit.' Offset '.$offset, diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php index 54aafb9341043d6582ec0de219ee41a657936c03..204857eb61e7c232074ef542c8b8b3c598a82050 100644 --- a/apps/user_ldap/lib/connection.php +++ b/apps/user_ldap/lib/connection.php @@ -506,7 +506,7 @@ class Connection extends LDAPUtility { if(putenv('LDAPTLS_REQCERT=never')) { \OCP\Util::writeLog('user_ldap', 'Turned off SSL certificate validation successfully.', - \OCP\Util::WARN); + \OCP\Util::DEBUG); } else { \OCP\Util::writeLog('user_ldap', 'Could not turn off SSL certificate validation.',