Any help would be greatly appreciated. Would this problem show up in any of the log files? I'm running samba 3.0.6 as a PDC and here my smb.conf file:
[global]
workgroup = SAMBA
netbios name = SERVER
passdb backend = tdbsam
restrict anonymous = 1
lanman auth = No
client NTLMv2 auth = Yes
client lanman auth = No
client plaintext auth = No
disable netbios = Yes
log file = /var/log/samba/%m.log
log level = 3
min protocol = NT1
name resolve order = host bcast
server signing = required
add machine script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
logon script = logon.cmd
logon drive = z:
logon path =
logon home = \\server\%U
domain logons = Yes
os level = 50
lm announce = No
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = No
ldap ssl = no
hosts allow = 127.0.0.1, 192.168.13.0/255.255.255.0, 192.168.2.0/255.255.255.0, 192.168.100.0/255.255.255.0
hosts deny = 0.0.0.0/0.0.0.0
[netlogon]
comment = Network Logon Service
path = /home/samba/netlogon
guest ok = Yes
browseable = No[homes]
comment = Home Directories
path = /home/samba/homes/%u
read only = No
create mask = 0700[printers]
comment = All Printers
path = /tmp
read only = No
create mask = 0777
guest ok = Yes
printable = Yes
browseable = No[public]
comment = Public Files
path = /home/samba/public
read only = No
create mask = 0777
directory mask = 0777[profiles]
comment = Profiles
path = /home/samba/profiles/%u
read only = No
browseable = No[websites]
comment = Websites
path = /home/vhost
force user = backup
force group = web
read only = No
create mask = 0775
force create mode = 0775
security mask = 00
directory mask = 0775
force directory mode = 0775
directory security mask = 00-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
