Commit 9c844f89 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

auth/munge - fix error with multiple-slurmd when credentials are replayed.

EMUNGE_CRED_REPLAYED is expected, and we should still mark the credential
as verified.

The bug here is that g_slurm_auth_verify was still returning SLURM_SUCCESS,
while the credential internally had verify = false, resulting in
g_slurm_auth_get_*() hitting an assertion failure.

Bug 6676.
parent b2fde640
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment