Still skimming messages in the thread today, but: On Jan 13, 2009, at 13:16, Mike Friedman wrote: > I should also mention that during the period of my testing, the > following > messages are scattered through the KDC logs: > > o Authentication attempt failed: <origin IP address>, GSS-API > error strings are: > o Unspecified GSS failure. Minor code may provide more > information > o Unknown code kdb5 27 > o GSS-API error strings complete. > > (Note that the first message does not end with any GSS-API error > strings, > so I assume they are null values).
Actually, the strings in between the "error strings are" and "error strings complete" messages *are* the major- and minor-code status messages. (Typically we get one of each, but the API is such that either or both could provide multiple strings, and they could each span multiple lines, hence no attempt to stick everything onto one line.) It probably would be a little more clear (though not really any more informative) if we added a prefix to those lines... Ken ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
