[krbdev.mit.edu #8595] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Thu Aug 17 12:46:25 EDT 2017
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.
https://github.com/krb5/krb5/commit/17d34e956ec454c36573e0cb07a7dc3f3328c99c
Author: Greg Hudson <ghudson at mit.edu>
Commit: 17d34e956ec454c36573e0cb07a7dc3f3328c99c
Branch: master
src/Makefile.in | 1 +
src/configure.in | 1 +
src/plugins/kadm5_auth/test/Makefile.in | 20 ++
src/plugins/kadm5_auth/test/deps | 22 ++
.../kadm5_auth/test/kadm5_auth_test.exports | 2 +
src/plugins/kadm5_auth/test/main.c | 305 ++++++++++++++++++++
src/tests/Makefile.in | 1 +
src/tests/t_kadm5_auth.py | 81 ++++++
src/tests/t_kadmin_acl.py | 15 +
9 files changed, 448 insertions(+), 0 deletions(-)
More information about the krb5-bugs
mailing list