WARNING, could not bind to binddn 'Invalid credentials'
I want to use authentication ldap at my proxy server
This a cofiguration that I apend to squid.conf
acl all src 0.0.0.0/0.0.0.0
auth_param basic program /usr/lib/squid/squid_ldap_auth -R -b "dc=corp,dc=timortelecom,dc=tp" -D "cn=Administrator,cn=Users,dc=corp,dc=timortelecom,=tp" -w "telecom" -f sAMAccountName=%s -h 172.16.5.3
auth_param basic children 5
auth_param basic realm TT Authentication
auth_param basic credentialsttl 5 minutes
external_acl_type InetGroup %LOGIN /usr/lib/squid/squid_ldap_group -R -b "dc=corp,dc=timortelecom,dc=tp" -D "cn=Administrator,cn=Users,dc=corp,dc=timortelecom,dc=tp" -w "telecom" -f "(&(objebtclass=person) (sAMAccountName=%v) (memberof=cn=%a,dc=corp,dc=timortelecom,dc=tp))" -h 172.16.5.3
acl localnet proxy_auth REQUIRED
acl InetAccess external InetGroup netaccess
http_access allow InetAccess
http_access allow localhost
http_access deny all
But When I try to Browsing, It can't allow me, access deny. And I the got a warning at the /var/log/squid/cache.log like below
squid_ldap_auth: WARNING, could not bind to binddn 'Invalid credentials'
some bady can help me.... everything else is OK
I think may i have to configure another file?
best regards
jose
Last edited by josedias; 09-20-2006 at 08:43 PM.
|