Fix and use kadm5 setkey test program Fix build errors in setkey-test.c and add Makefile rules to build and run it. Adjust the kadmin test environment to create the principal "testkeys" for use by the test-setkey-client rule, and to set allow_weak_crypto as setkey-test.c sets DES keys. https://github.com/krb5/krb5/commit/864508a9a5f7114c308ec6611738a003761b899d Author: Simo Sorce Committer: Greg Hudson Commit: 864508a9a5f7114c308ec6611738a003761b899d Branch: master src/kadmin/testing/proto/krb5.conf.proto | 1 + src/kadmin/testing/scripts/init_db | 5 ++++- src/lib/kadm5/unit-test/Makefile.in | 6 +++++- src/lib/kadm5/unit-test/setkey-test.c | 25 +++++++++---------------- 4 files changed, 19 insertions(+), 18 deletions(-)