I'm testing roaming profiles in Samba, and got it working, but its not
writing the winblows profiles in the profile directory, its writing them
to my shared directory. Here is a copy of what I have in my smb.conf
file on roaming profiles.
logon path = \\penguin\profile\%U
[profile]
path = /test
create mode = 0600
directory mode = 0700
writable = yes
browsable = no
The profiles are going into my home dir instead!!! How is this
happening???
Gerry, I had the problem with this not being in the smb.conf logon path = \\%L\profiles\%U It was writing the profiles in the home directory prior to the change. Dan Naughton
Dan,
So do I need to replace the name of the server with a %L?
right now I have:
logon path = \\penguin\profile\%U
should I replace that with:
logon path = \\%L\profiles\%U
naughton@domino.danielwoodhead.com wrote:
> Gerry,
>
> I had the problem with this not being in the smb.conf
>
> logon path = \\%L\profiles\%U
>
> It was writing the profiles in the home directory prior to the change.
>
> Dan Naughton