[Samba] roaming profiles in Samba 2.2 vs 3

John H Terpstra jht at samba.org
Sat Oct 25 01:46:34 GMT 2003


On Fri, 24 Oct 2003 brian at krusic.com wrote:

> Hi,
>
> Below is a snippet of my .conf file that worked in 2.2.7a;

If it worked it did so despite being broken! See fixes below.

>
> [netlogon]
> comment = network logon service
> path = \\stuff\people\netlogon

path = /stuff/people/netlogon

> read only = no
> browseable = no
> guest ok = yes
>
> [profile]
> comment = user profiles
> path = \\stuff\people\%U

path = /stuf/people/%U

> writeable = yes
> browseable = no
>
> Using v3.0 during a logon session from a 2K ws I get;
>
> Windows cannot create profile directory \\%
> N\username\profile.pds
>
> Any ideas what in I need to do?

See above. Samba share specs read UNIX paths - not Windows UNC names.

- John T.
-- 
John H Terpstra
Email: jht at samba.org



More information about the samba mailing list