From 598e658cc5f499cb5cdd9994955c511b5a159fd6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 9 Jan 2020 11:21:43 +0000 Subject: [PATCH] accounts: Do not log a warning when the server did not pagee results It looks like when there are only few responses this does not get activated and we do not need to log a warning. Signed-off-by: Michael Tremer --- src/backend/accounts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/accounts.py b/src/backend/accounts.py index b1160ac2..46dc9887 100644 --- a/src/backend/accounts.py +++ b/src/backend/accounts.py @@ -244,7 +244,6 @@ class Accounts(Object): if c.controlType == ldap.controls.SimplePagedResultsControl.controlType] if not controls: - logging.warning("The server ignores RFC 2696 control") break # Set the cookie for more results -- 2.47.3