diff options
Diffstat (limited to 'plugins/exchange-operations/exchange-account-setup.c')
-rw-r--r-- | plugins/exchange-operations/exchange-account-setup.c | 4 |
1 files changed, 4 insertions, 0 deletions
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); |