Unable to obtain initial credentials with the status 0x96c73a44
Kevin Coffman
kwc at umich.edu
Fri Oct 31 09:11:48 EDT 2008
On Fri, Oct 31, 2008 at 1:01 AM, Julio Cesar Parra/Mexico/IBM
<jcparra at mx1.ibm.com> wrote:
> Hello.
>
> Does anybody, could help me to determine what could cause the next error (
> Unable to obtain initial credentials with the status 0x96c73a44).?
>
> kinit -k krbsvr400/servicePrincipal at REALM.COM
> Message 0x96c73a44 not found in catalog SKRBDLL.CAT
> EUVF06014E Unable to obtain initial credentials.
> Status 0x96c73a44 - N/A.
>
> and what the 0x96c73a44 error id means?
Translating hex value to signed/unsigned:
Unsigned 2529638980 hex 0x96c73a44 signed -1765328316
>From the MIT error codes:
#define KRB5PLACEHOLD_68 (-1765328316L)
>From RFC 4120:
KDC_ERR_WRONG_REALM 68 Reserved for future use
Sounds like the future is now ;-)
More information about the Kerberos
mailing list