Hi,
I am having problems with MAV for only some users. All users in the same domain and accessing the same server with the same URL. For these problem users, hey receive a 401 error and "Wrong principal in request" in the error_log. If they connect to a different computer on the network and then attempt to connect, they authenticate fine.
All client systems are XP Pro SP2 and we using roaming profiles, so the user's settings should be the same.
With LogLevel debug in httpd.conf, this is what is logged when a "bad" user attempts to connect:
[Fri Sep 07 14:35:07 2007] [debug] mod_auth_vas.c(2118): [client 146.28.34.63] auth_vas_check_user_id: auth_type=VAS
[Fri Sep 07 14:35:07 2007] [debug] mod_auth_vas.c(2149): [client 146.28.34.63] sending initial negotiate headers
[Fri Sep 07 14:35:07 2007] [debug] mod_auth_vas.c(2118): [client 146.28.34.63] auth_vas_check_user_id: auth_type=VAS
[Fri Sep 07 14:35:07 2007] [debug] mod_auth_vas.c(2166): [client 146.28.34.63] Got: 'Authorization: Negotiate [...]'
[Fri Sep 07 14:35:07 2007] [debug] mod_auth_vas.c(1482): [client 146.28.34.63] do_gss_spnego_accept: line='YIIN7gYGKwYBBQUC...'
[Fri Sep 07 14:35:07 2007] [debug] mod_auth_vas.c(1404): [client 146.28.34.63] rnote_get: creating rnote
[Fri Sep 07 14:35:07 2007] [debug] mod_auth_vas.c(1520): [client 146.28.34.63] calling vas_gss_spnego_accept, base64 token_size=4760
[Fri Sep 07 14:35:07 2007] [error] [client 146.28.34.63] vas_gss_spnego_accept: VAS_ERR_INTERNAL: First call to gss_accept_sec_context() failed, minor_status = -1765328240, result = 851968, display_status = " Miscellaneous failure (see text)", Mechanism-Specific error text: "Wrong principal in request"
[Fri Sep 07 14:35:07 2007] [error] [client 146.28.34.63] vas_gss_spnego_accept: VAS_ERR_INTERNAL: First call to gss_accept_sec_context() failed, minor_status = -1765328240, result = 851968, display_status = " Miscellaneous failure (see text)", Mechanism-Specific error text: "Wrong principal in request"
[Fri Sep 07 14:35:07 2007] [debug] mod_auth_vas.c(1375): [client 146.28.34.63] auth_vas_cleanup_request
Any ideas?
Thanks,
Kevin