Version 2.1.
[krb5dissect.git] / README
blobfba96fd3788fa70bec835ae240d26a863c564f9e
1 krb5dissect
2 -----------
4 Krb5dissect is a tool to extract information from Kerberos ccache
5 credentials (e.g., /tmp/krb5cc_$UID) or Kerberos keytab credentials
6 (e.g., /etc/krb5.keytab).
8 The ccache format is described in ccache.txt.  The ccache.h and
9 ccache.c implementation was made for and is used in Shishi, see
10 <http://josefsson.org/shishi/>.
12 The keytab format is described in keytab.txt.
14 To build krb5dissect, you need gnulib, gengetopt, help2man, and recent
15 versions of autoconf, automake and libtool.