From 5c7e94906345581fdd99c461f0c23cab3b8ebf4b Mon Sep 17 00:00:00 2001 From: Sarfraaz Ahmed Date: Wed, 28 Sep 2005 14:30:54 +0000 Subject: Propogate the authentication mechanism to the backend. exchange-calendar.c 2005-09-28 Sarfraaz Ahmed * exchange-account-setup.c (owa_authenticate_user) : Propogate the authentication mechanism to the backend. * exchange-calendar.c * exchange-contacts.c * exchange-folder.c : Parse the new account uri. svn path=/trunk/; revision=30413 --- plugins/exchange-operations/exchange-account-setup.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/exchange-operations/exchange-account-setup.c') diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c index e21da51c72..4b291f73c7 100644 --- a/plugins/exchange-operations/exchange-account-setup.c +++ b/plugins/exchange-operations/exchange-account-setup.c @@ -464,6 +464,10 @@ owa_authenticate_user(GtkWidget *button, EConfig *config) which should then be shown using e-error */ owa_url = camel_url_get_param (url, "owa_url"); + if (camel_url_get_param (url, "authmech")) + exchange_params->is_ntlm = TRUE; + else + exchange_params->is_ntlm = FALSE; valid = e2k_validate_user (owa_url, url->user, exchange_params, &remember_password, &result); -- cgit v1.2.3