]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add tests for S4U request-authdata handling 1013/head
authorIsaac Boukris <iboukris@gmail.com>
Thu, 12 Dec 2019 02:20:44 +0000 (03:20 +0100)
committerGreg Hudson <ghudson@mit.edu>
Thu, 16 Jan 2020 18:53:48 +0000 (13:53 -0500)
commit2d039a2b4c3ba6d71da8fcf76658dc63bc659f0c
tree492c420452ea3eca0a1aef5828ac673ad322a06d
parentef655640db9ac51979fa4529168aa05a4a8f45e4
Add tests for S4U request-authdata handling

In adata.c, look up the server in the keytab by ticket->server (which
has the canonicalized realm), to allow testing of cross-realm RBCD
(although unused for now).

In s4u2proxy.c, set KRB5_GC_CANONICALIZE to support RBCD, and add an
authdata request option.  Add an s4u2self test harness with authdata
request option.

[ghudson@mit.edu: minor code simplifications; edited commit message]

ticket: 8866
.gitignore
src/tests/Makefile.in
src/tests/adata.c
src/tests/s4u2proxy.c
src/tests/s4u2self.c [new file with mode: 0644]
src/tests/t_authdata.py