Re: [Samba] Incorrect handling of group permissions

2006-07-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Trifonov wrote: log.winbindd contains a lot of messages like [2006/07/24 15:12:19, 0] nsswitch/winbindd.c:request_len_recv(517) request_len_recv: Invalid request size received: 1836 Did you upgrade the nss_winbind.so library as well ?

RE: [Samba] Incorrect handling of group permissions

2006-07-27 Thread Peter Trifonov
Dear Jerry, log.winbindd contains a lot of messages like [2006/07/24 15:12:19, 0] nsswitch/winbindd.c:request_len_recv(517) request_len_recv: Invalid request size received: 1836 Did you upgrade the nss_winbind.so library as well ? Thank you very much for prompt reply. It seems that

Re: [Samba] Incorrect handling of group permissions

2006-07-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Trifonov wrote: It seems that the install script upgraded them properly. At least, nss_winbind.so and winbindd have the same date. -r-xr-xr-x 1 root wheel 16664 Jul 24 13:39 /usr/local/lib/nss_winbind.so.1 -r-xr-xr-x 1 root wheel

RE: [Samba] Incorrect handling of group permissions

2006-07-27 Thread Peter Trifonov
Dear Jerry, -r-xr-xr-x 1 root wheel 16664 Jul 24 13:39 /usr/local/lib/nss_winbind.so.1 -r-xr-xr-x 1 root wheel 748308 Jul 24 13:39 /usr/local/lib/nss_wins.so.1 These should in in /lib, not /usr/local/lib (unless you have explicitly configured NSS to look in /usr/local/lib

Re: [Samba] Incorrect handling of group permissions

2006-07-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Trifonov wrote: FreeBSD's nsswitch seems to be able to look in /usr/local/lib. I have tried to create symlink to those libraries in /lib, but this did not change anything. These libraries were located in /usr/local/lib for previous Samba

RE: [Samba] Incorrect handling of group permissions

2006-07-27 Thread Peter Trifonov
Dear Jerry, wok. Couple of questions. Sorry if you already provided this information but I can't remember. * Is this 3.0.23 ? or 3.0.23a ? It is 3.0.23. * 32bit or 64bit system ? This is 32-bit Pentium 4. gcc version 3.4.4 [FreeBSD] 20050518 Could this be a compiler bug/feature? *

Re: [Samba] Incorrect handling of group permissions

2006-07-27 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, Dear Jerry, wok. Couple of questions. Sorry if you already provided this information but I can't remember. * Is this 3.0.23 ? or 3.0.23a ? It is 3.0.23. Please test 3.0.23a. I made some changes to the winbindd request and

RE: [Samba] Incorrect handling of group permissions

2006-07-27 Thread Peter Trifonov
Dear Jerry, Please test 3.0.23a. I made some changes to the winbindd request and response structures to fix some alignment issues. Might not help you but it would be good to verify that the problem still exists after those changes. After installing 3.0.23a nothing has changed, except