Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print Kerberos error names #7

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

WilliamBruneau
Copy link
Member

@WilliamBruneau WilliamBruneau commented Jul 25, 2024

For example, if a gMSA account is disabled we now have:

$ gmsad
INFO:root:Log level is set to INFO
INFO:root:Retrieving secret of mygmsa$
Traceback (most recent call last):
[...]
Exception: Could not retrieve salt from AS_REP, got Kerberos error KDC_ERR_CLIENT_REVOKED (18)

Instead of:

$ gmsad
INFO:root:Log level is set to INFO
INFO:root:Retrieving secret of mygmsa$
[...]
Exception: Could not retrieve salt from AS_REP (tag number 30)

@WilliamBruneau WilliamBruneau force-pushed the kerberos_error branch 2 times, most recently from a671da4 to e45501a Compare July 25, 2024 08:22
@vruello vruello merged commit a49e13c into cea-sec:main Jul 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants