Skip to content
Snippets Groups Projects
Commit a8b4b562 authored by Fabrice Le Goff's avatar Fabrice Le Goff
Browse files

initial krb error is now critical (to get email)

parent dd612656
No related branches found
No related tags found
No related merge requests found
Pipeline #5025063 passed
...@@ -176,7 +176,7 @@ if config.Keytab: ...@@ -176,7 +176,7 @@ if config.Keytab:
krb.setCache(config.KrbCache, logger) krb.setCache(config.KrbCache, logger)
krb_exp = krb.updateToken(config.Keytab, config.KrbUser, logger) krb_exp = krb.updateToken(config.Keytab, config.KrbUser, logger)
if not krb_exp: if not krb_exp:
logger.error('could not initialize kerberos ticket: exiting') logger.critical('could not initialize kerberos ticket: exiting')
sys.exit(1) sys.exit(1)
# Start the threads # Start the threads
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment