I'm using fc4 as our samba server. Works OK, except that it
doesn't show itself on the browse list. That is, on any of
the windows machines the browse list shows all the machines
_except_ the server itself. Yet net view \\server ( on one
of the windows machines ) shows the shares on the server.
/var/log/messages shows the lnux box winning the server
elections.
Any help appreciated.
sean
Here's smb.conf:
[global]
workgroup = Company
netbios name = Blair
server string = Blair Server
load printers = yes
browseable = yes
printing = cups
printcap name = cups
security = share
map to guest = Bad Password
guest ok = yes
encrypt passwords = yes
passdb backend = tdbsam
interfaces = 10.10.10.2/16 127.0.0.1
bind interfaces only = yes
local master = yes
os level = 99
domain master = no
preferred master = yes
time server = yes
wins support = no
[print$]
comment = Printer Drivers
# this path holds the driver structure
path = /etc/samba/drivers
guest ok = no
browseable = yes
read only = yes
write list = system,root
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
public = yes
guest ok = yes
writable = no
printable = yes
printer admin = system,root
[backup]
browseable=yes
path=/home/pub/backup
public=yes
writable=yes
create mask=777
directory mask=777