Port #50946 to master

This commit is contained in:
Mike Place 2020-04-30 22:44:35 +03:00 committed by Daniel Wozniak
parent 656c9f82e1
commit 10d4f8b1a7

View file

@ -310,7 +310,7 @@ class LoadAuth(object):
return False
if load["eauth"] not in self.opts["external_auth"]:
log.debug('The eauth system "%s" is not enabled', load["eauth"])
log.warning('The eauth system "%s" is not enabled', load["eauth"])
log.warning('Authentication failure of type "eauth" occurred.')
return False