Fix explanation of UserAlias file format about ip address vs DNS name. Thanks to Darren Spruell for the report.
This commit is contained in:
parent
a8bd89bc9d
commit
31467ff936
6
README
6
README
|
@ -310,6 +310,9 @@ CONFIGURATION
|
|||
|
||||
FULL_USERNAME IP_ADDRESS
|
||||
|
||||
When 'UseClientDNSName' is ebabled you can replace ip address by a
|
||||
DNS name.
|
||||
|
||||
If you have auth_proxy enable but want to replace login name by full
|
||||
user name for example, create a file with this format:
|
||||
|
||||
|
@ -320,9 +323,6 @@ CONFIGURATION
|
|||
You can use regex to match and group some user login or ip
|
||||
addresses. See user-aliases file for examples.
|
||||
|
||||
You can also replace default ip address by his DNS name by enabling
|
||||
directive 'UseClientDNSName'.
|
||||
|
||||
AnonymizeLogin 0
|
||||
Set this to 1 if you want to anonymize all user login. The username
|
||||
will be replaced by an unique id that change at each squid-analyzer
|
||||
|
|
|
@ -321,6 +321,8 @@ show username or computer name instead, create a file with this format:
|
|||
|
||||
FULL_USERNAME IP_ADDRESS
|
||||
|
||||
When 'UseClientDNSName' is ebabled you can replace ip address by a DNS name.
|
||||
|
||||
If you have auth_proxy enable but want to replace login name by full
|
||||
user name for example, create a file with this format:
|
||||
|
||||
|
@ -331,9 +333,6 @@ Separator for both must be a tabulation.
|
|||
You can use regex to match and group some user login or ip addresses. See
|
||||
user-aliases file for examples.
|
||||
|
||||
You can also replace default ip address by his DNS name by enabling
|
||||
directive 'UseClientDNSName'.
|
||||
|
||||
=item AnonymizeLogin 0
|
||||
|
||||
Set this to 1 if you want to anonymize all user login. The username
|
||||
|
|
Loading…
Reference in New Issue