[1267] in Kerberos_V5_Development
Re: gssftp and kcmd dejagnu tests fail under ultrix
daemon@ATHENA.MIT.EDU (Sam Hartman)
Sun Jun 2 20:20:21 1996
To: Ezra Peisach <epeisach@MIT.EDU>
Cc: Tom Yu <tlyu@MIT.EDU>, krbdev@MIT.EDU
From: Sam Hartman <hartmans@MIT.EDU>
Date: 02 Jun 1996 20:20:14 -0400
In-Reply-To: Ezra Peisach's message of Sun, 02 Jun 1996 09:03:26 EDT
I meant to report this as a bug, but forgot. If you have a
.k5login file, these tests get confused. They say to put your
username on a line by iteself in the file and refuse to run without
this, but the krb5_kuserok logic requires a realm name (or appears
to in practice) so if you have your username alone the test fail. You
need to have both your username on a line by iteself (to satisfy
dejagnu and convince it run the tests) AND USERNAME@KRBTEST.COM so
krb5_kuserok is passed.
Obviously, things should be changed so the either krb5_kuserok
assumes the default realm, or the test require user@KRBTEST.COM.
--Sam