[squid-users] LDAP Authentication...please help me.

From: FiFO D' POOH <wsellado@dont-contact.us>
Date: Tue, 04 Dec 2001 20:00:21 +0800

acl morning_group ldap_auth static 'AM Surfers'
acl afternoon_group ldap_auth static 'PM Surfers'
acl unlimited_group ldap_auth static 'Unlimited Surfers'
acl morning time 07:00-13:00
acl afternoon time 13:00-17:00

http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow denet_sites

http_access allow morning_group morning
http_access deny morning_group
http_access allow afternoon_group afternoon
http_access deny afternoon_group
http_access allow unlimited_group morning
http_access allow unlimited_group afternoon
http_access deny all

i have this configuration above for my acl. i did make
three list of users in my LDAP. these set of users must
have its respective time slot for web access. the problem
is this config doesnt work.

as i have observe, once the squid have already looked up
to a certain list, the succeeding look up will be a failure.
in this config morning group will only looked up. the rest,
is considered void or doest not exist in LDAP. does
LDAP authentication do not require multiple look up to
a multiple number of LDAP list?

thank u in advance!

pipo
Received on Tue Dec 04 2001 - 05:02:01 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:10 MST