Re: [Samba] Automatically create profile directory

2006-04-05 Thread Mont Rothstein
Thanks guys.  Making the profiles directory world writeable did it!

-Mont


On 4/4/06, Steve Feehan <[EMAIL PROTECTED]> wrote:
>
> On 4/4/06, Mont Rothstein <[EMAIL PROTECTED]> wrote:
> > I have my Samba PDC setup to use roaming profiles.  If the user's
> profile
> > directory exists (ex: /var/lib/samba/profiles/someuser) with the correct
> > permissions and ownership then it works fine.
> >
> > However, I expect (incorrectly?) that Samba would auto-create the user's
> > profile directory the first time the user logged in.  Am I wrong or have
> I
> > missed something?
> >
> > Thanks,
> > -Mont
> > --
> > To unsubscribe from this list go to the following URL and read the
> > instructions:  https://lists.samba.org/mailman/listinfo/samba
> >
>
> The parent directory has to be writable by the user since the profile
> directory is created with the privilege of that user. So something
> like:
>
>   chmod 1777 /var/lib/samba/profiles
>
> Should be sufficient. Not pretty, but sufficient.
>
> --
> Steve Feehan
>
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Automatically create profile directory

2006-04-04 Thread Steve Feehan
On 4/4/06, Mont Rothstein <[EMAIL PROTECTED]> wrote:
> I have my Samba PDC setup to use roaming profiles.  If the user's profile
> directory exists (ex: /var/lib/samba/profiles/someuser) with the correct
> permissions and ownership then it works fine.
>
> However, I expect (incorrectly?) that Samba would auto-create the user's
> profile directory the first time the user logged in.  Am I wrong or have I
> missed something?
>
> Thanks,
> -Mont
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  https://lists.samba.org/mailman/listinfo/samba
>

The parent directory has to be writable by the user since the profile
directory is created with the privilege of that user. So something
like:

  chmod 1777 /var/lib/samba/profiles

Should be sufficient. Not pretty, but sufficient.

--
Steve Feehan
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Automatically create profile directory

2006-04-04 Thread Mont Rothstein
I have my Samba PDC setup to use roaming profiles.  If the user's profile
directory exists (ex: /var/lib/samba/profiles/someuser) with the correct
permissions and ownership then it works fine.

However, I expect (incorrectly?) that Samba would auto-create the user's
profile directory the first time the user logged in.  Am I wrong or have I
missed something?

Thanks,
-Mont
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba