We don't really care that there's 'nothing to update in ldap'

This commit is contained in:
Alexandre Aubin 2021-01-13 02:30:39 +01:00
parent 7333b6a342
commit 755a475e5d

View file

@ -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: