Skip to content

Commit 06992c9

Browse files
committed
DEBUG: display keys inside the application.keytab file
1 parent f868f4e commit 06992c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/krb5/Dockerfile.kerberos

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ RUN dnf -y --setopt=tsflags=nodocs install krb5-server krb5-workstation && \
1313
/usr/sbin/kadmin.local -q "add_principal -pw changeme HTTP/web.kiwitcms.org" && \
1414
cat /tmp/ktutil.instructions | /usr/bin/ktutil
1515

16+
RUN klist -k /tmp/application.keytab
17+
1618
CMD /usr/sbin/krb5kdc -n

0 commit comments

Comments
 (0)