Sun Sep 19 19:27:47 CEST 1999 Modified Files in squid/src cf.data.pre Added a small clarifiation to ident_lookup_access on which ACL types that are allowable to use. ----------------------------------------------------------------- Index: squid/src/cf.data.pre diff -u squid/src/cf.data.pre:1.1.1.39.2.7 squid/src/cf.data.pre:1.1.1.39.2.8 --- squid/src/cf.data.pre:1.1.1.39.2.7 Sun Aug 8 02:58:06 1999 +++ squid/src/cf.data.pre Sun Sep 19 19:27:46 1999 @@ -1757,8 +1757,12 @@ ident_lookup_access allow ident_aware_hosts ident_lookup_access deny all + Only src type ACL checks is fully supported. src_domain may + also be used, but it will not always provide correct result. + This option may be disabled by using --disable-ident with the configure script. + ident_lookup_access deny all DOC_END