gss: Add way to set authenticator authz-data

Now we can set Authenticator authorization-data with
gss_set_name_attribute().
This commit is contained in:
Nicolas Williams
2022-01-07 15:55:15 -06:00
committed by Luke Howard
parent fe11481cc5
commit c2e3c5b66e
8 changed files with 159 additions and 3 deletions

View File

@@ -245,6 +245,14 @@ for mech in krb5 krb5iov spnego spnegoiov; do
{ eval "$testfailed"; }
done
echo "======test authz-data (krb5)"
${context} --mech-type=krb5 \
--mutual \
--wrapunwrap \
--on-behalf-of=foo@BAR.TEST.H5L.SE \
--name-type=hostbased-service host@lucid.test.h5l.se ||
{ eval "$testfailed"; }
echo "======dce-style"
for mech in krb5 krb5iov spnego; do
iov=""