LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   Samba PDC Permissions (https://www.linuxquestions.org/questions/%2Absd-17/samba-pdc-permissions-440754/)

hosler 05-01-2006 11:26 PM

Samba PDC Permissions
 
I just followed this guide to setup a Samba PDC for freebsd:
http://daniel.fiser.cz/?go=samba

I can join domain and login via windows XP. The only problem is that when I login with Windows XP, I get an error message saying that it can't create/retreive a profile from the PDC. So basicly nothing will get saved on my server. I set permissions this way and that and I am all out of ideas. Does anyone know how to fix this?

DavidPhillips 05-02-2006 03:24 AM

Are the folders created?

With what permissions?


ls -l /var/spool/samba/profiles/*

/var/spool/samba/profiles/nt:

total 12
drwx------ 16 david david 4096 Mar 1 2004 david


My config file has this for profile path..
logon path = \\%L\Profiles\nt\%U
logon home = \\%L\Profiles\98\%U


and this...

[Profiles]
path = /var/spool/samba/profiles
read only = No
create mask = 0600
directory mask = 0700
browseable = No


All times are GMT -5. The time now is 06:17 AM.