OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Jul-2004 15:07:39
Branch: HEAD Handle: 2004072014073900
Modified files:
openpkg-src/squid squid.spec
Log:
added option for ntlm
Summary:
Revision Changes Path
1.64 +7 -1 openpkg-src/squid/squid.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/squid/squid.spec
============================================================================
$ cvs diff -u -r1.63 -r1.64 squid.spec
--- openpkg-src/squid/squid.spec 20 Jul 2004 11:06:29 -0000 1.63
+++ openpkg-src/squid/squid.spec 20 Jul 2004 13:07:39 -0000 1.64
@@ -45,6 +45,7 @@
%option with_fsl yes
%option with_ssl no
%option with_snmp no
+%option with_ntlm no
%option with_icap no
# list of sources
@@ -128,11 +129,16 @@
%if "%{with_icap}" == "yes"
--enable-icap-support \
%endif
+%if "%{with_ntlm}" == "yes"
+ --enable-auth="ntlm basic digest" \
+ --enable-external-acl-helpers="wbinfo_group" \
+%else
+ --enable-auth="basic digest" \
+%endif
--enable-default-err-language=English \
--enable-err-languages=English \
--enable-storeio="ufs diskd null" \
--enable-removal-policies="lru heap" \
- --enable-auth="basic digest" \
--enable-cache-digests \
--enable-forw-via-db \
--enable-useragent-log \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]