KRB5_KDCREP_MODIFIED - KDC reply did not match expectations error

Stephen Ince since at opendemand.com
Tue Oct 7 21:46:20 EDT 2008


Hi, I am very new to kerberos. I am trying to connect to ad kdc server and I
am getting the following error.

KRB5_KDCREP_MODIFIED - KDC reply did not match expectations.

The call is the following.

    err = krb5_get_in_tkt_with_password(
        krb5->context,
        kdcFlags, NULL, NULL, NULL, password, krb5->ccache,
&krb5->credentials, 0);

I am missing some additional setup. I have this call working when I use a
kfw kerberos server.  Basically I am doing the following.

krb5_init_context(..
krb5_parse_name(.
krb5_build_principal_ext(..
krb5_cc_resolve(..
krb5_cc_initialize(..
krb5_get_in_tkt_with_password(..

Steve




More information about the krbdev mailing list