Fix grammatical and whitespace errors in squid.conf.default.

Set supplementary group membership correctly when running squid
as a non-root user and do not ignore the squid_group setting
when starting squid as root (squid bug #1021)

Enable the external_acl helper protocol to handle newlines
in the embedded data (squid bug #1038)

PR:		ports/70767
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-08-21 12:28:56 +00:00
parent 677b667264
commit 8028c80a5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116926
18 changed files with 120 additions and 84 deletions

View File

@ -74,7 +74,7 @@
PORTNAME= squid
PORTVERSION= 2.5.6
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@ -98,8 +98,11 @@ PATCHFILES= squid-2.5.STABLE6-ufs_no_valid_dir.patch \
squid-2.5.STABLE6-active_requests_delaypool.patch \
squid-2.5.STABLE6-client_db_gc.patch \
squid-2.5.STABLE6-ntlmtruncated.patch \
squid-2.5.STABLE6-grammar.patch \
squid-2.5.STABLE6-errorpage_quote.patch \
squid-2.5.STABLE6-heap_segfault.patch \
squid-2.5.STABLE6-initgroups.patch \
squid-2.5.STABLE6-external_acl_newlines.patch \
squid-2.5.STABLE6-ntlm_fetch_string.patch
PATCH_DIST_STRIP= -p1

View File

@ -22,9 +22,15 @@ MD5 (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 315e3bb42b4febde95b0974634
SIZE (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 3668
MD5 (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = c77b3c10fc5d5c9d34ccf41f7623a0fe
SIZE (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = 4383
MD5 (squid2.5/squid-2.5.STABLE6-grammar.patch) = 963208de03349b6fa143bc099524699c
SIZE (squid2.5/squid-2.5.STABLE6-grammar.patch) = 50267
MD5 (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = b9f329cdf98c7c5a048cdadc32d6874d
SIZE (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = 377
MD5 (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = c82d9f3972419833b757c0c116c216f8
SIZE (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = 867
MD5 (squid2.5/squid-2.5.STABLE6-initgroups.patch) = 5cd7eb8451754166f543d84c7a9ba6dc
SIZE (squid2.5/squid-2.5.STABLE6-initgroups.patch) = 11060
MD5 (squid2.5/squid-2.5.STABLE6-external_acl_newlines.patch) = 0e01c58db5545e1b7273d2d244171642
SIZE (squid2.5/squid-2.5.STABLE6-external_acl_newlines.patch) = 4965
MD5 (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = dbf1826522c14dc64c0c37430bb27b2e
SIZE (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = 1606

View File

@ -1,20 +1,17 @@
--- src/cf.data.pre.orig Thu May 1 14:07:51 2003
+++ src/cf.data.pre Thu May 1 14:13:12 2003
@@ -2325,7 +2325,7 @@
--- src/cf.data.pre.orig Fri Aug 20 16:23:18 2004
+++ src/cf.data.pre Fri Aug 20 16:25:23 2004
@@ -2396,12 +2396,12 @@
NAME: cache_effective_user
TYPE: string
-DEFAULT: nobody
+DEFAULT: %%SQUID_UID%%
LOC: Config.effectiveUser
DOC_NONE
@@ -2337,7 +2337,7 @@
DOC_START
If you start Squid as root, it will change its effective/real
UID/GID to the UID/GID specified below. The default is to
- change to UID to nobody. If you define cache_effective_user,
+ change to UID to %%SQUID_UID%%. If you define cache_effective_user,
but not cache_effective_group, Squid sets the GID the
effective user's default group ID (taken from the password
file).
UID/GID to the user specified below. The default is to change
- to UID to nobody. If you define cache_effective_user, but not
+ to UID to %%SQUID_UID%%. If you define cache_effective_user, but not
cache_effective_group, Squid sets the GID to the effective
user's default group ID (taken from the password file) and
supplementary group list from the from groups membership of

View File

@ -74,7 +74,7 @@
PORTNAME= squid
PORTVERSION= 2.5.6
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@ -98,8 +98,11 @@ PATCHFILES= squid-2.5.STABLE6-ufs_no_valid_dir.patch \
squid-2.5.STABLE6-active_requests_delaypool.patch \
squid-2.5.STABLE6-client_db_gc.patch \
squid-2.5.STABLE6-ntlmtruncated.patch \
squid-2.5.STABLE6-grammar.patch \
squid-2.5.STABLE6-errorpage_quote.patch \
squid-2.5.STABLE6-heap_segfault.patch \
squid-2.5.STABLE6-initgroups.patch \
squid-2.5.STABLE6-external_acl_newlines.patch \
squid-2.5.STABLE6-ntlm_fetch_string.patch
PATCH_DIST_STRIP= -p1

View File

@ -22,9 +22,15 @@ MD5 (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 315e3bb42b4febde95b0974634
SIZE (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 3668
MD5 (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = c77b3c10fc5d5c9d34ccf41f7623a0fe
SIZE (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = 4383
MD5 (squid2.5/squid-2.5.STABLE6-grammar.patch) = 963208de03349b6fa143bc099524699c
SIZE (squid2.5/squid-2.5.STABLE6-grammar.patch) = 50267
MD5 (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = b9f329cdf98c7c5a048cdadc32d6874d
SIZE (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = 377
MD5 (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = c82d9f3972419833b757c0c116c216f8
SIZE (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = 867
MD5 (squid2.5/squid-2.5.STABLE6-initgroups.patch) = 5cd7eb8451754166f543d84c7a9ba6dc
SIZE (squid2.5/squid-2.5.STABLE6-initgroups.patch) = 11060
MD5 (squid2.5/squid-2.5.STABLE6-external_acl_newlines.patch) = 0e01c58db5545e1b7273d2d244171642
SIZE (squid2.5/squid-2.5.STABLE6-external_acl_newlines.patch) = 4965
MD5 (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = dbf1826522c14dc64c0c37430bb27b2e
SIZE (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = 1606

View File

@ -1,20 +1,17 @@
--- src/cf.data.pre.orig Thu May 1 14:07:51 2003
+++ src/cf.data.pre Thu May 1 14:13:12 2003
@@ -2325,7 +2325,7 @@
--- src/cf.data.pre.orig Fri Aug 20 16:23:18 2004
+++ src/cf.data.pre Fri Aug 20 16:25:23 2004
@@ -2396,12 +2396,12 @@
NAME: cache_effective_user
TYPE: string
-DEFAULT: nobody
+DEFAULT: %%SQUID_UID%%
LOC: Config.effectiveUser
DOC_NONE
@@ -2337,7 +2337,7 @@
DOC_START
If you start Squid as root, it will change its effective/real
UID/GID to the UID/GID specified below. The default is to
- change to UID to nobody. If you define cache_effective_user,
+ change to UID to %%SQUID_UID%%. If you define cache_effective_user,
but not cache_effective_group, Squid sets the GID the
effective user's default group ID (taken from the password
file).
UID/GID to the user specified below. The default is to change
- to UID to nobody. If you define cache_effective_user, but not
+ to UID to %%SQUID_UID%%. If you define cache_effective_user, but not
cache_effective_group, Squid sets the GID to the effective
user's default group ID (taken from the password file) and
supplementary group list from the from groups membership of

View File

@ -74,7 +74,7 @@
PORTNAME= squid
PORTVERSION= 2.5.6
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@ -98,8 +98,11 @@ PATCHFILES= squid-2.5.STABLE6-ufs_no_valid_dir.patch \
squid-2.5.STABLE6-active_requests_delaypool.patch \
squid-2.5.STABLE6-client_db_gc.patch \
squid-2.5.STABLE6-ntlmtruncated.patch \
squid-2.5.STABLE6-grammar.patch \
squid-2.5.STABLE6-errorpage_quote.patch \
squid-2.5.STABLE6-heap_segfault.patch \
squid-2.5.STABLE6-initgroups.patch \
squid-2.5.STABLE6-external_acl_newlines.patch \
squid-2.5.STABLE6-ntlm_fetch_string.patch
PATCH_DIST_STRIP= -p1

View File

@ -22,9 +22,15 @@ MD5 (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 315e3bb42b4febde95b0974634
SIZE (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 3668
MD5 (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = c77b3c10fc5d5c9d34ccf41f7623a0fe
SIZE (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = 4383
MD5 (squid2.5/squid-2.5.STABLE6-grammar.patch) = 963208de03349b6fa143bc099524699c
SIZE (squid2.5/squid-2.5.STABLE6-grammar.patch) = 50267
MD5 (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = b9f329cdf98c7c5a048cdadc32d6874d
SIZE (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = 377
MD5 (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = c82d9f3972419833b757c0c116c216f8
SIZE (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = 867
MD5 (squid2.5/squid-2.5.STABLE6-initgroups.patch) = 5cd7eb8451754166f543d84c7a9ba6dc
SIZE (squid2.5/squid-2.5.STABLE6-initgroups.patch) = 11060
MD5 (squid2.5/squid-2.5.STABLE6-external_acl_newlines.patch) = 0e01c58db5545e1b7273d2d244171642
SIZE (squid2.5/squid-2.5.STABLE6-external_acl_newlines.patch) = 4965
MD5 (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = dbf1826522c14dc64c0c37430bb27b2e
SIZE (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = 1606

View File

@ -1,20 +1,17 @@
--- src/cf.data.pre.orig Thu May 1 14:07:51 2003
+++ src/cf.data.pre Thu May 1 14:13:12 2003
@@ -2325,7 +2325,7 @@
--- src/cf.data.pre.orig Fri Aug 20 16:23:18 2004
+++ src/cf.data.pre Fri Aug 20 16:25:23 2004
@@ -2396,12 +2396,12 @@
NAME: cache_effective_user
TYPE: string
-DEFAULT: nobody
+DEFAULT: %%SQUID_UID%%
LOC: Config.effectiveUser
DOC_NONE
@@ -2337,7 +2337,7 @@
DOC_START
If you start Squid as root, it will change its effective/real
UID/GID to the UID/GID specified below. The default is to
- change to UID to nobody. If you define cache_effective_user,
+ change to UID to %%SQUID_UID%%. If you define cache_effective_user,
but not cache_effective_group, Squid sets the GID the
effective user's default group ID (taken from the password
file).
UID/GID to the user specified below. The default is to change
- to UID to nobody. If you define cache_effective_user, but not
+ to UID to %%SQUID_UID%%. If you define cache_effective_user, but not
cache_effective_group, Squid sets the GID to the effective
user's default group ID (taken from the password file) and
supplementary group list from the from groups membership of

View File

@ -74,7 +74,7 @@
PORTNAME= squid
PORTVERSION= 2.5.6
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@ -98,8 +98,11 @@ PATCHFILES= squid-2.5.STABLE6-ufs_no_valid_dir.patch \
squid-2.5.STABLE6-active_requests_delaypool.patch \
squid-2.5.STABLE6-client_db_gc.patch \
squid-2.5.STABLE6-ntlmtruncated.patch \
squid-2.5.STABLE6-grammar.patch \
squid-2.5.STABLE6-errorpage_quote.patch \
squid-2.5.STABLE6-heap_segfault.patch \
squid-2.5.STABLE6-initgroups.patch \
squid-2.5.STABLE6-external_acl_newlines.patch \
squid-2.5.STABLE6-ntlm_fetch_string.patch
PATCH_DIST_STRIP= -p1

View File

@ -22,9 +22,15 @@ MD5 (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 315e3bb42b4febde95b0974634
SIZE (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 3668
MD5 (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = c77b3c10fc5d5c9d34ccf41f7623a0fe
SIZE (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = 4383
MD5 (squid2.5/squid-2.5.STABLE6-grammar.patch) = 963208de03349b6fa143bc099524699c
SIZE (squid2.5/squid-2.5.STABLE6-grammar.patch) = 50267
MD5 (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = b9f329cdf98c7c5a048cdadc32d6874d
SIZE (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = 377
MD5 (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = c82d9f3972419833b757c0c116c216f8
SIZE (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = 867
MD5 (squid2.5/squid-2.5.STABLE6-initgroups.patch) = 5cd7eb8451754166f543d84c7a9ba6dc
SIZE (squid2.5/squid-2.5.STABLE6-initgroups.patch) = 11060
MD5 (squid2.5/squid-2.5.STABLE6-external_acl_newlines.patch) = 0e01c58db5545e1b7273d2d244171642
SIZE (squid2.5/squid-2.5.STABLE6-external_acl_newlines.patch) = 4965
MD5 (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = dbf1826522c14dc64c0c37430bb27b2e
SIZE (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = 1606

View File

@ -1,20 +1,17 @@
--- src/cf.data.pre.orig Thu May 1 14:07:51 2003
+++ src/cf.data.pre Thu May 1 14:13:12 2003
@@ -2325,7 +2325,7 @@
--- src/cf.data.pre.orig Fri Aug 20 16:23:18 2004
+++ src/cf.data.pre Fri Aug 20 16:25:23 2004
@@ -2396,12 +2396,12 @@
NAME: cache_effective_user
TYPE: string
-DEFAULT: nobody
+DEFAULT: %%SQUID_UID%%
LOC: Config.effectiveUser
DOC_NONE
@@ -2337,7 +2337,7 @@
DOC_START
If you start Squid as root, it will change its effective/real
UID/GID to the UID/GID specified below. The default is to
- change to UID to nobody. If you define cache_effective_user,
+ change to UID to %%SQUID_UID%%. If you define cache_effective_user,
but not cache_effective_group, Squid sets the GID the
effective user's default group ID (taken from the password
file).
UID/GID to the user specified below. The default is to change
- to UID to nobody. If you define cache_effective_user, but not
+ to UID to %%SQUID_UID%%. If you define cache_effective_user, but not
cache_effective_group, Squid sets the GID to the effective
user's default group ID (taken from the password file) and
supplementary group list from the from groups membership of

View File

@ -74,7 +74,7 @@
PORTNAME= squid
PORTVERSION= 2.5.6
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@ -98,8 +98,11 @@ PATCHFILES= squid-2.5.STABLE6-ufs_no_valid_dir.patch \
squid-2.5.STABLE6-active_requests_delaypool.patch \
squid-2.5.STABLE6-client_db_gc.patch \
squid-2.5.STABLE6-ntlmtruncated.patch \
squid-2.5.STABLE6-grammar.patch \
squid-2.5.STABLE6-errorpage_quote.patch \
squid-2.5.STABLE6-heap_segfault.patch \
squid-2.5.STABLE6-initgroups.patch \
squid-2.5.STABLE6-external_acl_newlines.patch \
squid-2.5.STABLE6-ntlm_fetch_string.patch
PATCH_DIST_STRIP= -p1

View File

@ -22,9 +22,15 @@ MD5 (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 315e3bb42b4febde95b0974634
SIZE (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 3668
MD5 (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = c77b3c10fc5d5c9d34ccf41f7623a0fe
SIZE (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = 4383
MD5 (squid2.5/squid-2.5.STABLE6-grammar.patch) = 963208de03349b6fa143bc099524699c
SIZE (squid2.5/squid-2.5.STABLE6-grammar.patch) = 50267
MD5 (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = b9f329cdf98c7c5a048cdadc32d6874d
SIZE (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = 377
MD5 (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = c82d9f3972419833b757c0c116c216f8
SIZE (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = 867
MD5 (squid2.5/squid-2.5.STABLE6-initgroups.patch) = 5cd7eb8451754166f543d84c7a9ba6dc
SIZE (squid2.5/squid-2.5.STABLE6-initgroups.patch) = 11060
MD5 (squid2.5/squid-2.5.STABLE6-external_acl_newlines.patch) = 0e01c58db5545e1b7273d2d244171642
SIZE (squid2.5/squid-2.5.STABLE6-external_acl_newlines.patch) = 4965
MD5 (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = dbf1826522c14dc64c0c37430bb27b2e
SIZE (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = 1606

View File

@ -1,20 +1,17 @@
--- src/cf.data.pre.orig Thu May 1 14:07:51 2003
+++ src/cf.data.pre Thu May 1 14:13:12 2003
@@ -2325,7 +2325,7 @@
--- src/cf.data.pre.orig Fri Aug 20 16:23:18 2004
+++ src/cf.data.pre Fri Aug 20 16:25:23 2004
@@ -2396,12 +2396,12 @@
NAME: cache_effective_user
TYPE: string
-DEFAULT: nobody
+DEFAULT: %%SQUID_UID%%
LOC: Config.effectiveUser
DOC_NONE
@@ -2337,7 +2337,7 @@
DOC_START
If you start Squid as root, it will change its effective/real
UID/GID to the UID/GID specified below. The default is to
- change to UID to nobody. If you define cache_effective_user,
+ change to UID to %%SQUID_UID%%. If you define cache_effective_user,
but not cache_effective_group, Squid sets the GID the
effective user's default group ID (taken from the password
file).
UID/GID to the user specified below. The default is to change
- to UID to nobody. If you define cache_effective_user, but not
+ to UID to %%SQUID_UID%%. If you define cache_effective_user, but not
cache_effective_group, Squid sets the GID to the effective
user's default group ID (taken from the password file) and
supplementary group list from the from groups membership of

View File

@ -74,7 +74,7 @@
PORTNAME= squid
PORTVERSION= 2.5.6
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@ -98,8 +98,11 @@ PATCHFILES= squid-2.5.STABLE6-ufs_no_valid_dir.patch \
squid-2.5.STABLE6-active_requests_delaypool.patch \
squid-2.5.STABLE6-client_db_gc.patch \
squid-2.5.STABLE6-ntlmtruncated.patch \
squid-2.5.STABLE6-grammar.patch \
squid-2.5.STABLE6-errorpage_quote.patch \
squid-2.5.STABLE6-heap_segfault.patch \
squid-2.5.STABLE6-initgroups.patch \
squid-2.5.STABLE6-external_acl_newlines.patch \
squid-2.5.STABLE6-ntlm_fetch_string.patch
PATCH_DIST_STRIP= -p1

View File

@ -22,9 +22,15 @@ MD5 (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 315e3bb42b4febde95b0974634
SIZE (squid2.5/squid-2.5.STABLE6-client_db_gc.patch) = 3668
MD5 (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = c77b3c10fc5d5c9d34ccf41f7623a0fe
SIZE (squid2.5/squid-2.5.STABLE6-ntlmtruncated.patch) = 4383
MD5 (squid2.5/squid-2.5.STABLE6-grammar.patch) = 963208de03349b6fa143bc099524699c
SIZE (squid2.5/squid-2.5.STABLE6-grammar.patch) = 50267
MD5 (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = b9f329cdf98c7c5a048cdadc32d6874d
SIZE (squid2.5/squid-2.5.STABLE6-errorpage_quote.patch) = 377
MD5 (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = c82d9f3972419833b757c0c116c216f8
SIZE (squid2.5/squid-2.5.STABLE6-heap_segfault.patch) = 867
MD5 (squid2.5/squid-2.5.STABLE6-initgroups.patch) = 5cd7eb8451754166f543d84c7a9ba6dc
SIZE (squid2.5/squid-2.5.STABLE6-initgroups.patch) = 11060
MD5 (squid2.5/squid-2.5.STABLE6-external_acl_newlines.patch) = 0e01c58db5545e1b7273d2d244171642
SIZE (squid2.5/squid-2.5.STABLE6-external_acl_newlines.patch) = 4965
MD5 (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = dbf1826522c14dc64c0c37430bb27b2e
SIZE (squid2.5/squid-2.5.STABLE6-ntlm_fetch_string.patch) = 1606

View File

@ -1,20 +1,17 @@
--- src/cf.data.pre.orig Thu May 1 14:07:51 2003
+++ src/cf.data.pre Thu May 1 14:13:12 2003
@@ -2325,7 +2325,7 @@
--- src/cf.data.pre.orig Fri Aug 20 16:23:18 2004
+++ src/cf.data.pre Fri Aug 20 16:25:23 2004
@@ -2396,12 +2396,12 @@
NAME: cache_effective_user
TYPE: string
-DEFAULT: nobody
+DEFAULT: %%SQUID_UID%%
LOC: Config.effectiveUser
DOC_NONE
@@ -2337,7 +2337,7 @@
DOC_START
If you start Squid as root, it will change its effective/real
UID/GID to the UID/GID specified below. The default is to
- change to UID to nobody. If you define cache_effective_user,
+ change to UID to %%SQUID_UID%%. If you define cache_effective_user,
but not cache_effective_group, Squid sets the GID the
effective user's default group ID (taken from the password
file).
UID/GID to the user specified below. The default is to change
- to UID to nobody. If you define cache_effective_user, but not
+ to UID to %%SQUID_UID%%. If you define cache_effective_user, but not
cache_effective_group, Squid sets the GID to the effective
user's default group ID (taken from the password file) and
supplementary group list from the from groups membership of