Click to See Complete Forum and Search --> : Finally Samba as PDC but ...


mevi
06-24-2002, 08:35 AM
Yes, I finally got SAMBA acting as an PDC. I can see the users of my domain, my logon script is working, etc ...

But my profile directory can't get created, getting the message beneath when logging in:

"Windows cannot create profile directory \\srvlin\home\profiles\mevi.pds.
You will be logged on with a local profile only.
Changes to the profile will not be propagated to the server.
Contact your network administrator.

DETAIL - Access is denied."

I added the next lines in SMB.CONF:

logon script = logon%U.bat
logon drive = H:
logon home = \\%L\%U\.profiles
logon path = \\%L\home\profiles\%U

[profiles]
comment = Profiles (%h)
writeable = yes
browseable = no
path = /home/profiles
create mask = 0600
directory mask = 0700

Still after giving all users all rights for the /home/profiles directory, I still got the message.

Has anyone got an idea what's wrong?

Thanks,


Mevi