diff options
author | Russ Allbery <eagle@eyrie.org> | 2020-05-17 19:01:47 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2020-05-17 19:03:55 -0700 |
commit | e1714fffa69f30aacf44ccd3be8bd60c3bc1e8c4 (patch) | |
tree | ce829624a97060d9b71e88dbbedb558d42f290e9 /ci/kdc-setup-mit | |
parent | b45efd7ab0b9b77d048566d4441e91e4d85e1757 (diff) |
Add Heimdal CI testing
Set up a Heimdal KDC and add Heimdal to the test matrix. Remove
some unnecessary configuration from the MIT Kerberos CI
configuration. Ensure the user programs are installed for
whatever Kerberos we're using, which will enable more of the
Perl test suite.
Diffstat (limited to 'ci/kdc-setup-mit')
-rwxr-xr-x | ci/kdc-setup-mit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/kdc-setup-mit b/ci/kdc-setup-mit index d4bd820..396362f 100755 --- a/ci/kdc-setup-mit +++ b/ci/kdc-setup-mit @@ -14,8 +14,8 @@ set -eux -# Install the KDC. -apt-get install krb5-admin-server krb5-kdc +# Install the KDC and user programs. +apt-get install krb5-admin-server krb5-kdc krb5-user # Install its configuration files. cp ci/files/mit/kadm5.acl /etc/krb5kdc/kadm5.acl |