Displaying 2 results from an estimated 2 matches for "winbindd_nss".
Did you mean:
winbind_nss
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:
2003 Dec 01
0
No subject
....1a/source/nsswitch/wb_common.c
samba-2.2.1a-qnx/source/nsswitch/wb_common.c
--- samba-2.2.1a/source/nsswitch/wb_common.c Fri Jul 6 04:01:43 2001
+++ samba-2.2.1a-qnx/source/nsswitch/wb_common.c Sat Jul 28 20:26:12
2001
@@ -25,6 +25,9 @@
#include "winbind_nss_config.h"
#include "winbindd_nss.h"
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
/* Global variables. These are effectively the client state
information */
----------------------------------------------------
(5) Incompatible SHM in QNX4
The file profile.c which contains lots of shm code is compiled...