LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Samba (https://www.linuxquestions.org/questions/linux-networking-3/samba-25966/)

jstu 07-17-2002 08:32 AM

Samba
 
I am running samba as the PDC for my network and the problem I have is when my win2k machine logs on it says cannot find roaming profile using local profile error network path could not be found. I have been over the online book a million times I know i'm missing something could someone help me out?

krunkwick 07-17-2002 12:07 PM

I have an entry in my smb.conf file that gives a logon path. This is where your roaming profile is stored.

logon path = \\%L\profile\%U (under global options)

Then I created a share called profile and made it read/write to everyone.

[profile]
path = /share/profiles
read only = No
create mask = 0600
directory mask = 0700
nt acl support = No
browseable = No

Make sure that you have the proper unix permissions set right also. When Win2K logs on it will look at the path for a profile (basically a dir named after the user). If it finds one it will use it, or it will create one. You will also notice the "nt acl support = no". I'm not sure what the deal is with that, but when I had problems with my profiles that seemed to take care of it.

jstu 07-17-2002 02:00 PM

Thanks when I get home I'll try it out.


All times are GMT -5. The time now is 09:33 PM.