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:

committed by
Luke Howard

parent
fe11481cc5
commit
c2e3c5b66e
@@ -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=""
|
||||
|
Reference in New Issue
Block a user