search for: winbindd_request

Displaying 6 results from an estimated 6 matches for "winbindd_request".

2001 Nov 27
2
winbind trouble, maybe PDC too.
A quick preamble. SAMBA 2.2.2, Redhat 6.2, Mandrake 8.1 Windows NT4.0sp6a PDC Here is an excerpt from my winbind log. Sending a packet of len 50 to (192.168.1.255) on port 137 Received a packet of len 62 from (192.168.1.20) port 137 nmb packet from 192.168.1.20(137) header: id=5433 opcode=Query(0) response=Yes header: flags: bcast=No rec_avail=No rec_des=Yes trunc=No auth=Yes header:
2002 Aug 30
4
Enhancement of wbinfo in samba2.2.6pre2
Hi, Most of the samba-commands takes a option for smb.conf file exept for wbinfo. It should be nice to have that functionallity in wbinfo also. /Patrik -- "In a world without fences who needs Gates" Patrik Gustavsson, Senior Technical Consultant patrik.gustavsson@sun.com Telephone: +46 60 671540 http://glen.sweden Mobile: +46 70 3551040 SUN MICROSYSTEMS
2006 Jul 24
0
nss_winbind does not recognize group membership
...work: jim$ ls /tmp/test/ ls: : Permission denied However, jim is able to read from a directory which is owned by him. 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 sizeof(winbindd_request) appears to be equal to 1840. On the other hand, pam_winbind seems to work perfectly. The version of nss library seems to be the same as the one of winbindd. # ls -al /usr/local/lib/nss* -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 748...
2008 Feb 25
1
3.0.28 continuously dumping core
.../usr/local/samba/sbin/smbd(log_stack_trace+0x2d) [0x80218b36] #1 /usr/local/samba/sbin/smbd(smb_panic+0x74) [0x80218c5e] #2 /usr/local/samba/sbin/smbd [0x80205179] #3 [0xffffe420] #4 /usr/local/samba/sbin/smbd(winbindd_send_request+0x66) [0x8022831d] #5 /lib/libnss_winbind.so.2(winbindd_request+0x1e) [0x408a2b4a] #6 /lib/libnss_winbind.so.2(_nss_winbind_getpwnam_r+0x7b) [0x408a341f] #7 /lib/tls/libc.so.6(getpwnam_r+0xcc) [0x4033ab9c] #8 /lib/tls/libc.so.6(getpwnam+0x91) [0x4033a5e1] #9 /usr/local/samba/sbin/smbd(sys_getpwnam+0x1d) [0x802079b7] #10 /usr/local/samba/sbin...
2003 Dec 01
0
No subject
...Branch). So my question is: Is this the latest version of the winbind source and does it make sense to use this code on a production system ?? Thanks, Jan If you experience problems with winbind and gid lookup, just replace the following line in nsswitch/wb_client.c:winbind_sid_to_gid result = winbindd_request(WINBINDD_SID_TO_UID, &request, &response); with result = winbindd_request(WINBINDD_SID_TO_GID, &request, &response); Return-Path: <eric_boucher60@yahoo.com> Delivered-To: samba@lists.samba.org Received: from web9401.mail.yahoo.com (web9401.mail.yahoo.com [216.136.129.107...
2003 Dec 01
0
No subject
...a samba share from W2K. linux 2.4.4-acl samba head from todays cvs W2K SP1 as pdc After changing the U to a G it works for me :) --- orginal/wb_client.c Wed Jun 6 12:42:37 2001 +++ patched/wb_client.c Wed Jun 6 12:43:16 2001 @@ -197,7 +197,7 @@ /* Make request */ - result = winbindd_request(WINBINDD_SID_TO_UID, &request, &response); + result = winbindd_request(WINBINDD_SID_TO_GID, &request, &response); /* Copy out result */ Return-Path: <barth@cck.uni-kl.de> Delivered-To: samba@lists.samba.org Received: from mail.uni-kl.de (mail.uni-kl.de [131.24...