]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add tests for kadm5_auth interface 675/head
authorGreg Hudson <ghudson@mit.edu>
Sun, 2 Jul 2017 05:32:13 +0000 (01:32 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 17 Aug 2017 16:20:27 +0000 (12:20 -0400)
commit17d34e956ec454c36573e0cb07a7dc3f3328c99c
treed6905698f65d2eccb1af0eaff4f1b4ad9a6c27d2
parent92a1a7efe2fc43337416098f2227038a72f1e35a
Add tests for kadm5_auth interface

Add a test plugin module to exercise features of the kadm5_auth
interface, and a Python test script using the module.  Also test the
initial ticket requirement for self-service key changes in
t_kadmin_acl.py.

ticket: 8595
src/Makefile.in
src/configure.in
src/plugins/kadm5_auth/test/Makefile.in [new file with mode: 0644]
src/plugins/kadm5_auth/test/deps [new file with mode: 0644]
src/plugins/kadm5_auth/test/kadm5_auth_test.exports [new file with mode: 0644]
src/plugins/kadm5_auth/test/main.c [new file with mode: 0644]
src/tests/Makefile.in
src/tests/t_kadm5_auth.py [new file with mode: 0644]
src/tests/t_kadmin_acl.py