Gayal <[EMAIL PROTECTED]> 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 ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
