On Thu, 2009-09-17 at 13:03 -0400, [email protected] wrote: > Why might the entry length be zero? And if the zero does indeed > represent a hole in the keytab, how many bytes do I have to read to > skip the hole and move to the next entry?
By my reading of the MIT krb5 code, you can treat a zero-value length entry as the end of the keytab. (I wasn't able to figure out any normal sequence of events which would lead to such an entry in our code base, but I didn't look too hard.) ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
