]> git.ipfire.org Git - thirdparty/krb5.git/commit
Simplify keytab creation in kadmin and RPC tests
authorGreg Hudson <ghudson@mit.edu>
Thu, 19 Dec 2019 07:25:15 +0000 (02:25 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 20 Dec 2019 16:05:08 +0000 (11:05 -0500)
commit6b577e2839612f5ceb4b976bd4ef030b594a50c3
tree946b333d642635cc90c4714ac4969d505eb84ecd
parent17b40b1acb8f2e2c1f646ae76a9919089c4ba85c
Simplify keytab creation in kadmin and RPC tests

In init_db and init.exp, do not create an ovsec_adm.keytab; kadmind
has authenticated directly against the KDB since commit
416d9a774090ee78c30a844025887bd2b9e79d16.  Since we no longer create
ovsec_adkm principals, perform the deletion and recreation tests with
kadmin/ principals.

In helpers.exp, use kadmin to create the server keytab file, instead
of using make-host-keytab.pl.

Remove environment variable settings for make-host-keytab.pl from
scripts that no longer use it.
src/kadmin/testing/scripts/env-setup.shin
src/kadmin/testing/scripts/init_db
src/kadmin/testing/scripts/start_servers_local
src/lib/kadm5/unit-test/api.current/init.exp
src/lib/rpc/unit-test/lib/helpers.exp