Displaying 1 result from an estimated 1 matches for "tcpip_nodelay".
Did you mean:
  tcp_nodelay
  
2003 Nov 04
1
Samba 3.0.0 can't join ADS domain
...wbinfo -u
and wbinfo -g fail with "Error looking up domain
users/groups".  I'm trying to join to a W2K
native-mode AD domain.  My smb.conf looks like this:  
[global]
  workgroup = MYWKGRP
  netbios name = RHPSRV1
  log file = /var/log/samba/log.%m
  log level = 3
  socket options = TCPIP_NODELAY SO_RCVBUF=8192
SO_SNDBUF=8192
                                                      
                         
# winbind configuration
                                                      
                         
  winbind separator = +
  idmap uid = 10000-20000
  idmap gid = 10000-20000
  winbi...