We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f868f4e commit 06992c9Copy full SHA for 06992c9
tests/krb5/Dockerfile.kerberos
@@ -13,4 +13,6 @@ RUN dnf -y --setopt=tsflags=nodocs install krb5-server krb5-workstation && \
13
/usr/sbin/kadmin.local -q "add_principal -pw changeme HTTP/web.kiwitcms.org" && \
14
cat /tmp/ktutil.instructions | /usr/bin/ktutil
15
16
+RUN klist -k /tmp/application.keytab
17
+
18
CMD /usr/sbin/krb5kdc -n
0 commit comments