Keytab is in network order.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17460 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-05 13:05:01 +00:00
parent d8fc8ee127
commit 2878378313

View File

@@ -436,6 +436,8 @@ file format. All values are in network byte order. All text is ASCII.
@}; @};
@end example @end example
All numbers are stored in network byteorder (big endian) format.
The keytab file format begins with the 16 bit file_format_version which The keytab file format begins with the 16 bit file_format_version which
at the time this document was authored is 0x502. The format of older at the time this document was authored is 0x502. The format of older
keytabs is described at the end of this document. keytabs is described at the end of this document.