Hi All, I have a pain in the a** problem that I just can't seem to overcome so I'm hoping someone here can help.
I have a Linux/Samba PDC for my Network (Fedora 8/Samba 3) but the only roaming profile that works properly is root's. I am using a mix of Win2K and XP Pro for the workstations. For some users(except root) it won't find the roaming profile on Log In and for all users(except root) it won't update the roaming profile on Log Out. The reason windows gives is "bad username or password".
All network users have both Linux and Samba accounts on the PDC.

The relevant section of smb.conf is below:-

[profiles]
comment = User Profiles
path = /home/samba/profiles
valid users = %U
read only = No
create mask = 0600
security mask = 0600
directory mask = 0770
directory security mask = 0770
browseable = No

The permissions on the profile folder and sub folders is Owner=root,read and write files, Group=users, access files.

Any ideas........please!!!!