[krbdev.mit.edu #6184] SVN Commit

Ken Raeburn via RT rt-comment at krbdev.mit.edu
Wed Oct 15 13:37:24 EDT 2008


Currently the keytab name resolution code will pass off any name with
no colon to the default keytab type handler, which is the FILE
handler.  It will also check for Windows file names consisting of one
letter followed by a colon, and treat them as FILE specs also.

If a UNIX pathname contains a colon, however, and no type was
explicitly specified, the leading part of the pathname gets treated as
a type name and fails to match anything.  It should instead treat
type-less names starting with "/" as FILE specs also.

Tweak the test suite to use such a name.

Report and patch from Apple.  rdar://problem/6179239
Commit By: raeburn



Revision: 20872
Changed Files:
U   trunk/src/lib/krb5/keytab/ktbase.c
U   trunk/src/tests/dejagnu/config/default.exp




More information about the krb5-bugs mailing list