"Carano, Riccardo (EBV)" <[email protected]> writes: > Hi, > > currently I have Kerberos running (MIT). > When I'm trying this command in the console: > > kinit user@server > > I become a prompt with my password and this works! But when I'm trying this > with my IE 8 (on XP) this error occures: > kerb_authenticate_user entered with user (NULL) and auth_type
That's not an error; it's normal. You're realm problem is here: > [Tue Jun 14 14:52:38 2011] [debug] src/mod_auth_kerb.c(1429): [client > xxx.xx.xxx.xx] Warning: received token seems to be NTLM, which isn't > supported by the Kerberos module. Check your IE configuration. > [Tue Jun 14 14:52:38 2011] [debug] src/mod_auth_kerb.c(1101): [client > xxx.xx.xxx.xx] GSS-API major_status:00090000, minor_status:00000000 > [Tue Jun 14 14:52:38 2011] [error] [client xxx.xx.xxx.xx] > gss_accept_sec_context() failed: Invalid token was supplied (, No error) - Richard E. Silverman [email protected] ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
