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

Convert bcast code in slurmd to use gids from the sbcast_cred.

Requires a bit of shuttling around to pass the sbcast_cred_arg_t
to where it's needed. Adds additional checks that someone hasn't
managed to steal an sbcast credential somehow by comparing uid/gid
between auth header and the cred.

Remove some stray xfree(gids) calls that cause a double-free; before
the gids were fetched only for this call path, but now they're
handled as part of the cred.
parent cfc7678b
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