From 755a475e5d21835d8ca275f92464a853f8b5e94a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 13 Jan 2021 02:30:39 +0100 Subject: [PATCH] We don't really care that there's 'nothing to update in ldap' --- moulinette/authenticators/ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moulinette/authenticators/ldap.py b/moulinette/authenticators/ldap.py index 860a45c9..3f44e321 100644 --- a/moulinette/authenticators/ldap.py +++ b/moulinette/authenticators/ldap.py @@ -218,7 +218,7 @@ class Authenticator(BaseAuthenticator): ldif = modlist.modifyModlist(actual_entry[0], attr_dict, ignore_oldexistent=1) if ldif == []: - logger.warning("Nothing to update in LDAP") + logger.debug("Nothing to update in LDAP") return True try: