| Just to help out
2003 AD server name = server1 (192.168.1.1)
domain = mycompany.com
admin username = administrator
password = mypassword
ou = staff
domain admins = user1, administrator
lets say I try this
/usr/lib/squid/squid_ldap_auth -b "dc=mycompany,dc=com" -f "uid=%s" -h 192.168.1.1
(at this point it seems to be waiting for some input, so I type)
USERID administrator PASSWORD mypassword
and I receive
squid_ldap_auth: WARNING, LDAP search error 'Operations error'
ERR Success
if I try this
./squid_ldap_auth -R -b "dc=mycompany,dc=com" -D "CN=user1,OU=Staff,DC=mycompany,DC=com" -w "mypassword" -f sAMAccountName=%s -h 192.168.1.1
USERID user1 PASSWORD mypassword I get this message
ERR success |