All, I currently have a problem where the default user profile is not being picked up - Windows simply ingores it and creates one based on local settings. I understand samba supports default user profiles, and one can be put into the profiles share like this: /export/profiles/Default User/ This directory contains a copy of a working profile from a proper user. The relevant smb.conf sections are: logon path = \\%L\profiles\%U [profiles] browsable = no public = yes path = /export/profiles writeable = yes csc policy = disable Any help would be much appreciated! Thanks, Chris.
You need to put the Default User directory in the netlogin share. Make sure it is readable by everyone Cheers ------------- Kristyan Osborne - IT Technician Longhill High School 01273 391672 ------ Computers are like airconditioners: They stop working properly if you open windows. Win95: A 32-bit patch for a 16-bit GUI shell running on top of an 8-bit operating system written for a 4-bit processor by a 2-bit company who cannot stand 1 bit of competition. -----Original Message----- From: cmcclan@btinternet.com [mailto:cmcclan@btinternet.com] Sent: 04 April 2003 11:24 To: samba@lists.samba.org Subject: [Samba] Problems with Default user profiles. All, I currently have a problem where the default user profile is not being picked up - Windows simply ingores it and creates one based on local settings. I understand samba supports default user profiles, and one can be put into the profiles share like this: /export/profiles/Default User/ This directory contains a copy of a working profile from a proper user. The relevant smb.conf sections are: logon path = \\%L\profiles\%U [profiles] browsable = no public = yes path = /export/profiles writeable = yes csc policy = disable Any help would be much appreciated! Thanks, Chris.
On Fri, 4 Apr 2003 cmcclan@btinternet.com wrote:> All, > > I currently have a problem where the default user profile is not being > picked up - Windows simply ingores it and creates one based on local > settings. > > I understand samba supports default user profiles, and one can be put > into the profiles share like this: > > /export/profiles/Default User/Can you point me at Microsoft documentation for the above? I am documenting Profile handling for Samba-3.0.0 now and would appreciate knwoing your sources of information. I am not aware of a feature like this, except on the workstation itself. - John T.> > This directory contains a copy of a working profile from a proper user. > > The relevant smb.conf sections are: > > logon path = \\%L\profiles\%U > > [profiles] > browsable = no > public = yes > path = /export/profiles > writeable = yes > csc policy = disable > > Any help would be much appreciated! > > Thanks, > > Chris. > >-- John H Terpstra Email: jht@samba.org -------------- next part -------------- -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
On Fri, 4 Apr 2003, Kristyan Osborne wrote:> You need to put the Default User directory in the netlogin share. Make > sure it is readable by everyoneKristyan, Can you point me to more info on this please. Thanks. - John T.> > Cheers > > ------------- > Kristyan Osborne - IT Technician > Longhill High School > 01273 391672 > > ------ > Computers are like airconditioners: They stop working properly if you open windows. > Win95: A 32-bit patch for a 16-bit GUI shell running on top of an > 8-bit operating system written for a 4-bit processor by a > 2-bit company who cannot stand 1 bit of competition. > > > -----Original Message----- > From: cmcclan@btinternet.com [mailto:cmcclan@btinternet.com] > Sent: 04 April 2003 11:24 > To: samba@lists.samba.org > Subject: [Samba] Problems with Default user profiles. > > > All, > > I currently have a problem where the default user profile is not being picked up - Windows simply ingores it and creates one based on local settings. > > I understand samba supports default user profiles, and one can be put into the profiles share like this: > > /export/profiles/Default User/ > > This directory contains a copy of a working profile from a proper user. > > The relevant smb.conf sections are: > > logon path = \\%L\profiles\%U > > [profiles] > browsable = no > public = yes > path = /export/profiles > writeable = yes > csc policy = disable > > Any help would be much appreciated! > > Thanks, > > Chris. > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >-- John H Terpstra Email: jht@samba.org
Hi John T., John H Terpstra <jht@samba.org> schrieb am 04.04.03 18:02:48:> > On Fri, 4 Apr 2003, Kristyan Osborne wrote: > > > You need to put the Default User directory in the netlogin share. Make > > sure it is readable by everyone > > Kristyan, > > Can you point me to more info on this please. > > Thanks.I found this: http://isg.ee.ethz.ch/tools/realmen/det/skel.en.html der tom ______________________________________________________________________________ UNICEF bittet um Spenden fur die Kinder im Irak! Hier online an UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101
Thomas, Thanks for that link. I will extract what is useful and add it to the new HOWTO. - John T. On Fri, 4 Apr 2003, Thomas Bork wrote:> Hi John T., > > John H Terpstra <jht@samba.org> schrieb am 04.04.03 18:02:48: > > > > On Fri, 4 Apr 2003, Kristyan Osborne wrote: > > > > > You need to put the Default User directory in the netlogin share. Make > > > sure it is readable by everyone > > > > Kristyan, > > > > Can you point me to more info on this please. > > > > Thanks. > > I found this: > > http://isg.ee.ethz.ch/tools/realmen/det/skel.en.html > > > der tom > ______________________________________________________________________________ > UNICEF bittet um Spenden fur die Kinder im Irak! Hier online an > UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101 >-- John H Terpstra Email: jht@samba.org
This is just a windows NT server standard. I'm not sure where I found this out, when you have been using Samba for aslong as I hvae you forget where you found things out. It might have been though a white paper from microsoft, however it was probably though this mailing list (or samba-ntdom) or common knowledge. Forgive me if this sounds rude, but if you're writing doc's for this shouldn't you be aware of features like this?? Its on page 13 of this M$ white paper, I got this a few years ago from M$ website. Hope it helps. If you need a hand with updating the docs give me a shout, I dont mind helping. Cheers ------------- Kristyan Osborne - IT Technician Longhill High School 01273 391672 -----Original Message----- From: John H Terpstra [mailto:jht@samba.org] Sent: Fri 04/04/2003 16:58 To: cmcclan@btinternet.com Cc: samba@lists.samba.org Subject: Re: [Samba] Problems with Default user profiles. On Fri, 4 Apr 2003 cmcclan@btinternet.com wrote: > All, > > I currently have a problem where the default user profile is not being > picked up - Windows simply ingores it and creates one based on local > settings. > > I understand samba supports default user profiles, and one can be put > into the profiles share like this: > > /export/profiles/Default User/ Can you point me at Microsoft documentation for the above? I am documenting Profile handling for Samba-3.0.0 now and would appreciate knwoing your sources of information. I am not aware of a feature like this, except on the workstation itself. - John T. > > This directory contains a copy of a working profile from a proper user. > > The relevant smb.conf sections are: > > logon path = \\%L\profiles\%U > > [profiles] > browsable = no > public = yes > path = /export/profiles > writeable = yes > csc policy = disable > > Any help would be much appreciated! > > Thanks, > > Chris. > > -- John H Terpstra Email: jht@samba.org