mohammed saif schrieb: > Hello All, > > I dont know if here is the right place to ask my question. > > am trying to set up a SQUID proxy server. My main problem is how to > make squid authenticate users from windows active directory. I found > some articles out there but unfortunately nothing worked. > > Should I use basic authentication or NTLM, the Windows Administrator > here said that I could use any one. > > Plz is there any manuals that I could use to do this, am totally new > for this kind of configuration . I use redhat 5 64-bit version. > > squid.conf: (what I did for integration and didnt work) > > auth_param basic program /usr/lib64/squid/squid_ldap_auth -R -b > "dc=jea,dc=org,dc=jo" -D > "cn=administrator,cn=Users,dc=jea,dc=org,dc=jo" -w "password" -f > sAMAccountName=%s -h 10.x.x.x > auth_param basic children 5 > auth_param basic realm JEA.ORG.JO > auth_param basic credentialsttl 5 minutes > > Any help appreciated > > Best Regards > Mohammad
http://www.squid-cache.org/ /usr/share/doc/squid*/* this is not what you need but i prefer ncsa_auth (with 50 users) you have to maintain your own password_file with "htpasswd -a /path/to/your/password_file username" "auth_param basic program /usr/lib/squid/ncsa_auth /path/to/your/passwd_file" "acl your_acl proxy_auth required" -- shrek-m _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
