ident_lookup_access |
The ident_lookup_access rules determine whether or not Squid performs an RFC 1413 username lookup for a client's TCP connection. These rules are checked before Squid reads any part of the HTTP request. Thus, only TCP/IP-based ACL elements (e.g., client address, port number) should be used in these rules.
Syntax |
ident_lookup_access allow|deny [!]ACLname ... |
Default |
ident_lookup_access deny all |
Example |
ident_lookup_access allow TheseClients |
Related |
acl, ident_timeout |