March 28, 2024, 12:38:41 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: problem with ACL placing  (Read 4069 times)

Offline sunlinux

  • Tux Awared
  • **
  • Posts: 30
problem with ACL placing
« on: August 07, 2007, 09:17:45 AM »
hi all,

I put following lines below ACL tag:

acl ncsa_users proxy_auth REQUIRED
acl allo url_regex "/etc/squid/good ( allow domain list)

then I put under tag http_access:
http_access allo
http_access allow ncsa_users

problem is that squid authentication is ok , but I am unable to restrict all websites except I put in /etc/squid/good file.

Pls help..

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: problem with ACL placing
« Reply #1 on: August 08, 2007, 09:42:48 PM »
we should continue in one thread..either here or the other thread.

try this :
Code: [Select]
http_access allow ncsa_users alloIt means should authenticate and those authenticate should obey site filtering.

though your question was not clearly explained, you may try again to tell us. !

Offline sunlinux

  • Tux Awared
  • **
  • Posts: 30
Re: problem with ACL placing
« Reply #2 on: August 09, 2007, 04:36:08 AM »
I found the solution .. Thank you! ricky for ur concern.

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: problem with ACL placing
« Reply #3 on: August 10, 2007, 09:08:04 PM »
I found the solution .. Thank you! ricky for ur concern.
If you don't mind then would you like to share with us that what exactly you did ? It will be helpful to many people in future.

Offline sunlinux

  • Tux Awared
  • **
  • Posts: 30
Re: problem with ACL placing
« Reply #4 on: August 11, 2007, 04:34:36 AM »
sure..

It was due to no proper order among ACL and http_access tags. once I set that .. it worked