RE: LDAP authentication

From: R.Ilker Gokhan <IlkerG@dont-contact.us>
Date: Tue, 9 May 2000 19:02:24 +0300

>
>>Dear Ilker & squid users,
>>I've got my squid ldap authentication working. Thanks a lot!
>:))
>
>
>>I've tried making changes to the ACLs. Here is my complete list:
> authenticate_program /usr/local/squid/bin/squid_ldap_auth
>myldapserver
> acl all src 0.0.0.0/0
> acl ldap proxy_auth REQUIRED
> acl allowedsites dstdomain dhl.com
> acl allowedtimes time S M T W H F A 06:00-21:00
> http_access allow ldap
> http_access allow allowedsites
> http_access allow allowedtimes
> http_access deny all
>Try:
>http_access allow ldap allowedsites
>http_access deny all !allowedtimes

this problem was caused alot of work but at last it is ok!! :) this conf.
has worked correctly with ncsa_auth.

acl ldap ............
acl allowedsites dstdomain .dhl.com
acl allowedtimes time .......

http_access deny !allowedsites
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow ldap allowedtimes
http_access deny all

Best regards..
Ilker G.
Received on Tue May 09 2000 - 10:05:10 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:25 MST