Skip Menu |
 

To: krb5-bugs@mit.edu
From: "Henry B. Hotz" <hotz@jpl.nasa.gov>
Subject: Suggested improvement to Error message
Date: Tue, 23 Jan 2007 11:08:36 -0800
Show quoted text
> kinit(v5): Cannot resolve network address for KDC in requested
> realm while getting initial credentials

This error tends to happen pretty frequently in practice. Usually
it's due to a config file mess-up and the code's trying to access a
non-existent realm. It sounds like it's a network problem though.

I suggest you include the intended realm in the message. I think
that would get people pointed at the real problem more directly.
Something like:

kinit(v5): Cannot resolve network address for KDC in realm [REALM]
while getting initial credentials

------------------------------------------------------------------------
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
Henry.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu
From: Ken Raeburn <raeburn@MIT.EDU>
Subject: Re: [krbdev.mit.edu #5412] Suggested improvement to Error message
Date: Tue, 23 Jan 2007 14:54:31 -0500
To: rt@krbdev.mit.edu
RT-Send-Cc:
On Jan 23, 2007, at 14:42, "Henry B. Hotz" via RT wrote:
Show quoted text
>> kinit(v5): Cannot resolve network address for KDC in requested
>> realm while getting initial credentials
>
> This error tends to happen pretty frequently in practice. Usually
> it's due to a config file mess-up and the code's trying to access a
> non-existent realm. It sounds like it's a network problem though.
>
> I suggest you include the intended realm in the message. I think
> that would get people pointed at the real problem more directly.
> Something like:
>
> kinit(v5): Cannot resolve network address for KDC in realm [REALM]
> while getting initial credentials

This should be in the 1.6 release already.

Ken
From: "Henry B. Hotz" <hotz@jpl.nasa.gov>
Subject: Re: [krbdev.mit.edu #5412] Suggested improvement to Error message
Date: Tue, 23 Jan 2007 16:44:29 -0800
To: rt-comment@krbdev.mit.edu
RT-Send-Cc:
Cool! ;-)

On Jan 23, 2007, at 11:54 AM, Ken Raeburn via RT wrote:

Show quoted text
> On Jan 23, 2007, at 14:42, "Henry B. Hotz" via RT wrote:
>>> kinit(v5): Cannot resolve network address for KDC in requested
>>> realm while getting initial credentials
>>
>> This error tends to happen pretty frequently in practice. Usually
>> it's due to a config file mess-up and the code's trying to access a
>> non-existent realm. It sounds like it's a network problem though.
>>
>> I suggest you include the intended realm in the message. I think
>> that would get people pointed at the real problem more directly.
>> Something like:
>>
>> kinit(v5): Cannot resolve network address for KDC in realm [REALM]
>> while getting initial credentials
>
> This should be in the 1.6 release already.
>
> Ken

------------------------------------------------------------------------
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
Henry.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu