Displaying 1 result from an estimated 1 matches for "local_wins_server".
2005 Jan 19
1
HELP - winbind/PAM issues
...ve completed the following:
Created the smb.conf:
[global]
   workgroup = DOMAIN_NAME
   server string = Linux Workstation
 log file = /var/log/samba/%m.log
   max log size = 50
   security = domain
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
   wins support = no
   wins server = local_wins_server
   dns proxy = no
   idmap uid = 16777216-33554431
   idmap gid = 16777216-33554431
   template homedir = /home/winnt/%D/$U
   template shell = /bin/bash
   winbind separator = \
   winbind use default domain = no
   password server = *
[homes]
   comment = Home Directories
   browseable = no
   wr...