|
Home > Archive > Squid > July 2005 > [Squid, Samba, Winbind] Error: process_loop: Invalid request size from pid ...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[Squid, Samba, Winbind] Error: process_loop: Invalid request size from pid ...
|
|
| s.kraus.googlegroups@mail.moscher.com 2005-07-05, 5:47 pm |
| Dear users,
after hours of investigating I decited to ask you for help.
My Environment:
Win2003 ADS, having Groups and Users.
Redhat Linux 9, running squid 2.5-stable5 and samba3.
My goal:
Authenticate Users via NTLM, and decide using the Group-Membership,
wether they have access to the Internet or not.
I added the Linux-machine into the win2k3 AD successfully.
wbinfo -a=user%password returns:
| plaintext password authentication succeeded
| challenge/response password authentication succeeded
My squid.conf reads like this:
....
| auth_param ntlm program /usr/local/samba/bin/
ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
| auth_param ntlm children 80
| auth_param ntlm max_challenge_reuses 0
| auth_param ntlm max_challenge_lifetime 0
minutes
| auth_param ntlm use_ntlm_negotiate off
....
| external_acl_type nt_group ttl=5 children=80 %LOGIN
/usr/local/squid/libexec/wbinfo_group.pl
If I start squid and trying to connect my browser to any address, a
process called wbinfo_group.pl uses 100% CPU and never quits.
In the winbindd.log the following message is noticed:
[2005/07/05 17:45:16, 0] nsswitch/winbindd.c:process_loop(748)
process_loop: Invalid request size from pid 2300:
1304 bytes sent, should be 1824
This usually means that you are running old wbinfo,
pam_winbind or libnss_winbind clients
pam_winbind is not used, libnss_winbind and wbinfo are from the Samba3
package.
May anyone know what the errormessage wants me to say and how I can get
this working?
Thanks in advance,
Sebastian Kraus
Germany
|
|
|
|
|