From: Amos Jeffries Date: Tue, 14 Aug 2012 12:04:16 +0000 (-0600) Subject: Remove --enable-ntlm-fail-open X-Git-Tag: sourceformat-review-1~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e490d2a32c47f9d7b0057456dd4356b16960a1a9;p=thirdparty%2Fsquid.git Remove --enable-ntlm-fail-open This feature has been half missing for quite some time (10 years). The SMB helper sends the LD code back to Squid when the directive is compiled in, but there is no Squid code handling such responses, back as far as squid-2. --- diff --git a/configure.ac b/configure.ac index c81d8d9314..ae4a2837f2 100644 --- a/configure.ac +++ b/configure.ac @@ -2013,19 +2013,6 @@ fi SQUID_STATE_ROLLBACK([krbsave]) AM_CONDITIONAL(HAVE_SPNEGO, test x"$squid_cv_have_spnego" = x"yes" ) -dnl Enable "NTLM fail open" -AC_ARG_ENABLE(ntlm-fail-open, - AS_HELP_STRING([--enable-ntlm-fail-open], - [Enable NTLM fail open, where a helper that fails one of the - Authentication steps can allow squid to still authenticate - the user. This has security implications, and is deprecated]), -[ - SQUID_YESNO([$enableval],[--enable-ntlm-fail-open takes no argument]) -]) -SQUID_DEFINE_BOOL(NTLM_FAIL_OPEN,${enable_ntlm_fail_open:=no}, - [Define if NTLM is allowed to fail gracefully when a helper has problems.]) -AC_MSG_NOTICE([ntlm-fail-open enabled: $enable_ntlm_fail_open]) - AC_ARG_ENABLE(external-acl-helpers, AS_HELP_STRING([--enable-external-acl-helpers="list of helpers"], [Enable external_acl helpers support and thelpers themselves. diff --git a/doc/release-notes/release-3.3.sgml b/doc/release-notes/release-3.3.sgml index d7fb0f9c86..3c5f4b2ded 100644 --- a/doc/release-notes/release-3.3.sgml +++ b/doc/release-notes/release-3.3.sgml @@ -105,6 +105,8 @@ This section gives an account of those changes in three categories: Removed options