hello friends,
i have configures samba as a pdc in suse 10.1 and it works fine for few days .Recently, when i tried to join some of my win 2k and xp machines,a quite new problem arised. I could map the network drive to each pcs and the networked windows machines shows the linux shared drive,namely data on server.But,the shared drives(users,and data) on the windows machine is not visible via network neighbourhood.when i navigate through the networkneighbourhood, it shows each systems in my domain and when i clicked in to these systems only printers alone visible no shared folders .what might be went wrong ???? can anybody help me .thanks in advance.
ajesh
below is my smb.conf file
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2006/06/08 14:36:05
[global]
workgroup =
server string =
interfaces = eth0
map to guest = Bad User
printcap name = cups
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
logon script = login.bat
logon path = \\%L\profiles\.msprofile
logon drive = P:
logon home = \\%L\%U\.9xprofile
domain logons = Yes
os level = 65
preferred master = Yes
domain master = Yes
wins support = Yes
usershare max shares = 100
idmap uid = 10000-20000
idmap gid = 10000-20000
cups options = raw
include = /etc/samba/dhcp.conf
[profiles]
comment = Network Profiles Service
path = %H
read only = No
create mask = 0600
directory mask = 0700
store dos attributes = Yes
[users]
comment = All users
path = /home/%U
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/
[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes
[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
write list = root
[data]
path = /DATA
read only = No
guest ok = Yes