On Monday 03 March 2003 01.57, Simon Bryan wrote: > Problem 1: How do I give them unfettered access to the local > network and only restrict access the the internet?
By using delay_access and "denying" delay of requests of local resources. > Problem 2: The file of usernames is automatically generated from > the Squidalyser database, howeverr I hav certain users (staff) who > should never have their access restricted. If I have these > 'super-users' usernames in a file is their a variation of the grep > command that will remove them from the automatically generated list > of names file? You can use comm for the purpose. One of its modes of usage gives you all lines of file B which does not occur in file A. Or make a separate Squid ACL which overrides the delay parameters.. Regards Henrik
