Hi,
I'm running Squid 2.5 Stable4 om Redhat 9
My LDAP server is a Windows2003 server with Active Directory running.
To day I finally got the ldap helpers working from shell.
I got the OK message from both the squid_ldap_auth and the squid_ldap_group
from shell.
I konfigure the squid.conf with my settings for squid_ldap_auth and
squid_ldap_group.
From squid.conf:
auth_param basic program /usr/local/squid/libexec/squid_ldap_auth -b
"ou=users,dc=myserver,dc=mydomain" -D
"cn=ldap,ou=system,dc=myserver,dc=mydomain" -w passowrd -f "SamAccountName=%s"
external_acl_type ldap_group %LOGIN /usr/local/squid/libexec/squid_ldap_group
-B "ou=users,dc=myserver,dc=mydomain" -F "SamAccountName=%s" -D
"cn=ldap,ou=system,dc=myserver,dc=mydomain" -w password -b
"ou=groups,dc=myserver,dc=mydomain" -f"(&(SamAccountName=%s)(member=%v))"
acl NoInternetAccess external ldap_group NoInternetAccessGroup
http_access deny NoInternettAccess
When i fire up my browser the username/password windows pops up.
I thought the username/password would be transparent with the ldap helpers...
Anyway,
The cache.log shows:
Warning:ldap_group #1 (FD 15) exited
Warning:ldap_group #1 (FD 16) exited
Warning:ldap_group #1 (FD 17) exited
To few ldap_group processes are running.....
FATAL: The ldap_group helpers are crashing too rapidly, need help!
What can be the problem here ?
Regards,
Geir
Received on Mon Jan 05 2004 - 14:00:28 MST
This archive was generated by hypermail pre-2.1.9 : Sun Feb 01 2004 - 12:00:03 MST