]> git.ipfire.org Git - thirdparty/krb5.git/commit
Test that PAC is the first authdata element 1033/head
authorIsaac Boukris <iboukris@gmail.com>
Sat, 1 Feb 2020 12:21:39 +0000 (13:21 +0100)
committerGreg Hudson <ghudson@mit.edu>
Wed, 5 Feb 2020 20:56:35 +0000 (15:56 -0500)
commitd40d7c8ee8d7fb547e45c545365b21a818050130
treefa6ca845cb2c85cf8c766a807a01c422f56663a4
parent331fa4bdd34263ea20667a0f51338cb84357fdaa
Test that PAC is the first authdata element

In the test KDB module, set the PAC as the first authdata element.  In
adata.c, add PAC service verification and verify that a PAC does not
appear in authdata elements after the first.

[ghudson@mit.edu: minor style changes; edited commit message]

ticket: 8872
src/plugins/kdb/test/kdb_test.c
src/tests/adata.c