mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Port #50946 to master
This commit is contained in:
parent
656c9f82e1
commit
10d4f8b1a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue