Hi all, I have successfully setup squid on 1 host to authenticate users against win2k AD using Samba+Winbind. On a second host I now wish to do the same and have installed from source using the same options, but cannot get any getent calls to work with winbind, even though wbinfo -t shows the trust being OK, wbinfo -g shows domain groups and wbinfo -i shows domain users. This is level 10 debug for winbind: [2005/10/13 09:23:34, 6] nsswitch/winbindd.c:new_connection(596) accepted socket 17 [2005/10/13 09:23:34, 0] nsswitch/winbindd.c:request_len_recv(566) request_len_recv: Invalid request size received: 1824 [2005/10/13 09:23:34, 6] nsswitch/winbindd.c:new_connection(596) accepted socket 17 [2005/10/13 09:23:34, 0] nsswitch/winbindd.c:request_len_recv(566) request_len_recv: Invalid request size received: 1824 This happens whenever I run getent group / getent passwd Any clues as to why would be much appreciated. Regards, Luke ________________________________________________________________________ Victoria Real, creators of pioneering interactivity www.victoriareal.com Award winners... Victoria Real and Endemol were awarded the global mobile content award for Celebrity Big Brother 3 at the Mobile Entertainment Forum Awards 2005. Also shortlisted was All New Cosmetic Surgery Live, a production for FIVE which featured user-generated mobile content.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 VR-Bug Support wrote: | Hi all, | | I have successfully setup squid on 1 host to authenticate | users against win2k AD using Samba+Winbind. | | On a second host I now wish to do the same and | have installed from source using the same options, | but cannot get any getent calls to work with winbind, | even though wbinfo -t shows the trust being OK, | wbinfo -g shows domain groups and wbinfo -i | shows domain users. | | This is level 10 debug for winbind: | | [2005/10/13 09:23:34, 6] nsswitch/winbindd.c:new_connection(596) | accepted socket 17 | [2005/10/13 09:23:34, 0] nsswitch/winbindd.c:request_len_recv(566) | request_len_recv: Invalid request size received: 1824 make sure you update /lib/libnss_winbind.so.2. This was pointed out in the WHATSNEW for 3.0.20 IIRC. cheers, jerry ====================================================================Alleviating the pain of Windows(tm) ------- http://www.samba.org GnuPG Key ----- http://www.plainjoe.org/gpg_public.asc "There's an anonymous coward in all of us." --anonymous -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDTlaTIR7qMdg1EfYRAuEFAJ9QUZ3iudIadNjNHnQXyBpq9bdaSQCgyUfi 4qPGKGGhBVlgUfAyA+Jbqdk=onTG -----END PGP SIGNATURE-----
Many thanks - i had indeed upgraded from 3.0.14a and neglected to copy the module.> make sure you update /lib/libnss_winbind.so.2. This was > pointed out in the WHATSNEW for 3.0.20 IIRC.________________________________________________________________________ Victoria Real, creators of pioneering interactivity www.victoriareal.com Award winners... Victoria Real and Endemol were awarded the global mobile content award for Celebrity Big Brother 3 at the Mobile Entertainment Forum Awards 2005. Also shortlisted was All New Cosmetic Surgery Live, a production for FIVE which featured user-generated mobile content.
On Thu, Oct 13, 2005 at 11:40:33AM +0100, VR-Bug Support wrote:> Hi all, > > I have successfully setup squid on 1 host to authenticate users against win2k AD using Samba+Winbind. > > On a second host I now wish to do the same and have installed from source using the same options, but cannot get any getent calls to work with winbind, even though wbinfo -t shows the trust being OK, wbinfo -g shows domain groups and wbinfo -i shows domain users. > > This is level 10 debug for winbind: > > [2005/10/13 09:23:34, 6] nsswitch/winbindd.c:new_connection(596) > accepted socket 17 > [2005/10/13 09:23:34, 0] nsswitch/winbindd.c:request_len_recv(566) > request_len_recv: Invalid request size received: 1824 > [2005/10/13 09:23:34, 6] nsswitch/winbindd.c:new_connection(596) > accepted socket 17 > [2005/10/13 09:23:34, 0] nsswitch/winbindd.c:request_len_recv(566) > request_len_recv: Invalid request size received: 1824 > > This happens whenever I run getent group / getent passwd > > Any clues as to why would be much appreciated.Looks like you're mixing the wrong client library with the winbindd binary. Jeremy.
Hi all, I have successfully setup squid on 1 host to authenticate users against win2k AD using Samba+Winbind. On a second host I now wish to do the same and have installed from source using the same options, but cannot get any getent calls to work with winbind, even though wbinfo -t shows the trust being OK, wbinfo -g shows domain groups and wbinfo -i shows domain users. This is level 10 debug for winbind: [2005/10/13 09:23:34, 6] nsswitch/winbindd.c:new_connection(596) accepted socket 17 [2005/10/13 09:23:34, 0] nsswitch/winbindd.c:request_len_recv(566) request_len_recv: Invalid request size received: 1824 [2005/10/13 09:23:34, 6] nsswitch/winbindd.c:new_connection(596) accepted socket 17 [2005/10/13 09:23:34, 0] nsswitch/winbindd.c:request_len_recv(566) request_len_recv: Invalid request size received: 1824 This happens whenever I run getent group / getent passwd Any clues as to why would be much appreciated. Regards, Luke ________________________________________________________________________ Victoria Real, creators of pioneering interactivity www.victoriareal.com Award winners... Victoria Real and Endemol were awarded the global mobile content award for Celebrity Big Brother 3 at the Mobile Entertainment Forum Awards 2005. Also shortlisted was All New Cosmetic Surgery Live, a production for FIVE which featured user-generated mobile content.