diff options
author | Yang Tse <yangsita@gmail.com> | 2011-08-27 01:32:49 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-08-27 01:33:35 +0200 |
commit | b4f6319cf77ca2642154bdac76d6729dde56dd8e (patch) | |
tree | 09c0556065b81a4fb691a4febc6d8c694499096a /configure.ac | |
parent | e18c3f447e87fa82157f1ca811c0bc30d072bcbd (diff) |
NTLM single-sign on adjustments (XI)
Feature string literal NTLM_SSO renamed to NTLM_WB.
Preprocessor symbol USE_NTLM_SSO renamed to WINBIND_NTLM_AUTH_ENABLED.
curl's 'long' option 'ntlm-sso' renamed to 'ntlm-wb'.
Fix some comments to make clear that this is actually a NTLM delegation.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 830d379b8..7fb9cbf56 100644 --- a/configure.ac +++ b/configure.ac @@ -2996,7 +2996,7 @@ if test "x$CURL_DISABLE_HTTP" != "x1"; then -o "x$GNUTLS_ENABLED" = "x1" -o "x$NSS_ENABLED" = "x1"; then SUPPORT_FEATURES="$SUPPORT_FEATURES NTLM" if test "x$WINBIND_NTLM_AUTH_ENABLED" = "x1"; then - SUPPORT_FEATURES="$SUPPORT_FEATURES NTLM_SSO" + SUPPORT_FEATURES="$SUPPORT_FEATURES NTLM_WB" fi fi fi |