Kerberos Keytabfile Structure
Simon Josefsson
simon at josefsson.org
Tue Feb 27 06:34:57 EST 2007
Gayal <gayal.rupasinghe at gmail.com> writes:
> Can anyone explain me the Kerberos Keytabfile structure?
> Any links to resources?
The Kerberos Keytab Binary File Format
http://www.ioplex.com/utilities/keytab.txt
The Kerberos Credential Cache Binary File Format
http://josefsson.org/shishi/ccache.txt
I have written a standalone ccache parser for Shishi, see:
http://josefsson.org/cgi-bin/viewcvs.cgi/shishi/lib/ccache.h?view=markup
http://josefsson.org/cgi-bin/viewcvs.cgi/shishi/lib/ccache.c?view=markup
Shishi also contains a keytab parser, but it is not possible to use it
outside of Shishi. However, that should ideally be changed. For the
code, see:
http://josefsson.org/cgi-bin/viewcvs.cgi/shishi/lib/keytab.c?view=markup
/Simon
More information about the Kerberos
mailing list