Update documentation to clarify the use of space character in aliases files. Thanks to Darren Spruell for the report.
This commit is contained in:
parent
31467ff936
commit
bc2bfa22a6
6
README
6
README
|
@ -297,7 +297,8 @@ CONFIGURATION
|
|||
|
||||
LOCATION_NAME IP_NETWORK_ADDRESS
|
||||
|
||||
Separator must be a tabulation.
|
||||
Separator must be a tabulation this allow the use of space character
|
||||
in the network alias name.
|
||||
|
||||
You can use regex to match and group some network addresses. See
|
||||
network-aliases file for examples.
|
||||
|
@ -318,7 +319,8 @@ CONFIGURATION
|
|||
|
||||
FULL_USERNAME LOGIN_NAME
|
||||
|
||||
Separator for both must be a tabulation.
|
||||
Separator for both must be a tabulation this allow the use of space
|
||||
character in the user alias name.
|
||||
|
||||
You can use regex to match and group some user login or ip
|
||||
addresses. See user-aliases file for examples.
|
||||
|
|
|
@ -308,7 +308,8 @@ create a file with this format:
|
|||
|
||||
LOCATION_NAME IP_NETWORK_ADDRESS
|
||||
|
||||
Separator must be a tabulation.
|
||||
Separator must be a tabulation this allow the use of space character
|
||||
in the network alias name.
|
||||
|
||||
You can use regex to match and group some network addresses. See
|
||||
network-aliases file for examples.
|
||||
|
@ -328,7 +329,8 @@ user name for example, create a file with this format:
|
|||
|
||||
FULL_USERNAME LOGIN_NAME
|
||||
|
||||
Separator for both must be a tabulation.
|
||||
Separator for both must be a tabulation this allow the use of space character
|
||||
in the user alias name.
|
||||
|
||||
You can use regex to match and group some user login or ip addresses. See
|
||||
user-aliases file for examples.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#-------------------------------------------------------------------------------
|
||||
# Squid Analyzer User Alias configuration file
|
||||
# FORMAT : FULL_USER_NAME IP_ADDRESS|LOGIN_NAME,LOGIN_REGEX
|
||||
# Field separator must be one or more tabulation. Space in user name are not
|
||||
# allowed. See example below
|
||||
# Field separator must be one or more tabulation. Space in user are allowed.
|
||||
# See example below
|
||||
#-------------------------------------------------------------------------------
|
||||
#MyFirstName mylogin,192.168.1.12
|
||||
#MyOtherNames logon\d+
|
||||
|
|
Loading…
Reference in New Issue