Core 3 version 3.00.14(1) up and running as a PDC with no complaints except for this nagging problem of roaming profiles. I can't update or use a roaming profile from any machine on my Network. I keep getting an Access Denied error when logging out and saving settings. Nothing is getting saved or created under the users profile path. any help would be appreciated.
smb.conf
[Global]
workgroup = ptbnet2
netbios name = PDC
passdb backend = tdbsam
printcap name = cups
add user script = /usr/sbin/useradd -m %u
delete user script = /usr/sbin/userdel -r %u
add group script = /usr/sbin/groupadd %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/sbin/usermod -G %g %u
add machine script = /usr/sbin/useradd -s /bin/false -d /var/lib/nobody %u
logon script = scripts\logon.bat
logon path = \\%L\Profiles\%U
logon drive = H:
logon home = \\%L\%U
domain logons = Yes
os level = 35
preferred master = Yes
domain master = Yes
idmap uid = 15000-20000
idmap gid = 15000-20000
printing = cups
[homes]
comment = Home Directories
valid users = %S
read only = No
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printer admin = root
create mask = 0600
guest ok = Yes
printable = Yes
browseable = No
[print$]
comment = Printer Drivers Share
path = /var/lib/samba/drivers
write list = root
printer admin = root
[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
admin users = root
guest ok = Yes
browseable = No
[Profiles]
comment = Roaming profiles
path = /var/lib/samba/profiles
read only = No
browesable = No
profile acls = Yes
am i missing something? I have made sure the Xp machines are set to use roaming profiles. Verified the paths to the profiles have been created.