Categories
- ALCATEL (2)
- Blog Personal (135)
- Cisco (35)
- Cluster (2)
- elearn (13)
- Nix (381)
- OpenVMS (5)
- Programación (37)
- C++ (2)
- javaScript (11)
- PHP mySQL (22)
- travel (1)
- Windows (44)
- Exchange (3)
- SQL Server (6)
- www (7)
- apache (3)
Daily Archives: March 17, 2009
En este articulo veremos una de las formas de instalar y configurar Squid para que autentique contra un servidor Windows 2003 con Active Directory.
Origen: Pablo Sarubbi – Efraim Wainerman martes, 06 de marzo de 2007 En este articulo veremos una de las formas de instalar y configurar Squid para que autentique contra un servidor Windows 2003 con Active Directory. Para ello elegimos la … Continue reading
Posted in CentOS
Comments Off
LDAP AD
Hi I’m batteling to get squid_ldap_auth to authenticate against M$ windows Active Directory 2008 with my config below /usr/lib64/squid/squid_ldap_auth -b “OU=Organizational Structure,DC=example,DC=co,DC=za” -h 10.*.*.250 -D “CN=squid,OU=Other,OU=TC JHB,OU=Company,OU=Organizational Structure,DC=example,DC=co,DC=za” -w “Password1″ -f “(&(uid=%s)(objectclass=user))” I have used a similar config on windows … Continue reading
Posted in CentOS
Comments Off
Squid authentication against Microsoft’s Active Directory
http://www.cyberciti.biz/tips/howto-configure-squid-ldap-authentication.html Squid authentication against Microsoft’s Active Directory I have not used group_ldap_auth helper against Microsoft’s Active Directory. But someone (user) pointed out the following solution. Add following configuration directive to squid.conf: ldap_auth_program /usr/lib/squid/group_ldap_auth -b dc=my-domain,dc=de -h \ server.my-domain.de -p 636 … Continue reading