[KLUG Members] Re: Nautilus smb: - was Two questions. (more info)

Adam Tauno Williams members@kalamazoolinux.org
Mon, 17 Dec 2001 12:47:16 -0500 (EST)


>>As long as you have Samba 2.0 (possibly 1.9 as well?), you're set to
>>use WINS.
>I downloaded a Samba 2.2.2 binary for HPUX, and got a couple errors
>from your configuration lines.  (yes, I removed the braces and "*" notes :)

I'd advise the use of 2.2.1(a).  2.2.2 is baa-a-a-a-d (that's is a goat/sheep
imitation for those who didn't catch it).  Many problems have been reported.
2.2.3 should be out around x-mas.

> > Your WINS server's smb.conf should have:
> >    Browse List = Yes
> >    Browse Master = Yes
> >    Preferred Master = Yes
> >    [ Domain Master = Yes *1* ]
> >    OS Level = 255
> >    WINS Support = Yes
> >    [ DNS Proxy = Yes *2* ]
> >    WINS Proxy = Yes *3*
> >    Name Resolve Order = wins lmhosts host bcast
> [2001/12/17 11:28:28, 0] param/loadparm.c:(1986)
>   Unknown parameter encountered: "Browse Master"
> [2001/12/17 11:28:28, 0] param/loadparm.c:(2605)
>   Ignoring unknown parameter "Browse Master"
> Perhaps "Browse Master" should be "Local Master"?

My global section looks like:

   workgroup = BACKBONE
   server string = What NT Should Have Been
   netbios name = barbel
   netbios aliases = littleboy
   printcap name = /etc/printcap
   load printers = yes
   guest account = pcnet
   add user script = /usr/local/bin/php -f /etc/samba/add_machine_account.php
%u   security = user
   encrypt passwords = yes
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
   local master = yes
   os level = 200
   domain master = yes
   preferred master = yes
   domain logons = yes
   domain admin group = @cis
   logon script = %G.bat
   logon path = \\BARBEL\PROFILES\
   logon drive = f:
   logon home = \\MIE\HOMEDIR\
   unix password sync = Yes
   passwd program = /usr/local/bin/passwd_sync.sh %u
   passwd chat = *word* %n\n *OK*
   unix password sync = Yes
   passwd chat debug = Yes
   printer admin = @cis
   wins support = yes
   wins hook = /usr/local/bin/dns_update
   dns proxy = no
   log level = 1
   ldap ssl = no
   ldap root passwd = secret
   ldap root = cn=Manager,o=Morrison Industries,c=US
   ldap suffix = o=Morrison Industries, c=US
   ldap port = 389
   ldap server = littleboy

It is a wins/browse/pdc/whatever.