Bruno MACADRÉ
2014-Aug-14 14:33 UTC
[Samba] Problem with roaming profiles (always synced but never read)
Hi, I come to find new ideas about a problem which is blocking me since many days.... I've an AD DC on Samba 4.1.11, and a file server (on Samba 4.1.11 too) member of the domain. They works fine (apparently). I've a Win7 Enterprise x64 client, joined to the domain. I've created a new user 'foo' to test openning session. When I log for the first time, my user get a local profile, when I log out the profile is correctly saved on the fileserver (on /SAMDOM/Profiles/foo.V2 like configured in smb.conf and user infos). When I log for the second time, my user get a new local profile which is sync'ed again on the fileserver.... I've repeated the login/logout process many many times.... same behaviour.... new local profile->sync'ed->new local profile->sync'ed..... If anybody have an idea don't hesitate ! Regards, Bruno -- Bruno MACADRE ------------------------------------------------------------------- Ing?nieur Syst?mes et R?seau | Systems and Network Engineer D?partement Informatique | Department of computer science Responsable Info SER | SER IT Manager Universit? de Rouen | University of Rouen ------------------------------------------------------------------- Coordonn?es / Contact : Universit? de Rouen Facult? des Sciences et Techniques - Madrillet Avenue de l'Universit? CS 70012 76801 St Etienne du Rouvray CEDEX FRANCE T?l : +33 (0)2-32-95-51-86 Mob : +33 (0)6-74-71-45-64 -------------------------------------------------------------------
Bruno MACADRÉ
2014-Aug-14 15:00 UTC
[Samba] [SOLVED] Problem with roaming profiles (always synced but never read)
I found !! I'm really stupid.... and Win7 too !! My Fileserver serves a lot of shares to unix stations so I put a 'case sensitive = yes' in the global configuration..... But when win7 store profile on the server, it put a 'NTUSER.DAT' (all uppercase) file and when it tries to read the profile it searches a 'ntuser.dat' (all lowercase). Due to the 'case sensitive = yes' win7 never find his 'ntuser.dat' and never read the profile (but write it at every logoff)..... Sorry for the inconvenience. Regards, Bruno Le 14/08/2014 16:33, Bruno MACADR? a ?crit :> Hi, > > I come to find new ideas about a problem which is blocking me since > many days.... > > I've an AD DC on Samba 4.1.11, and a file server (on Samba 4.1.11 too) > member of the domain. They works fine (apparently). > > I've a Win7 Enterprise x64 client, joined to the domain. > > I've created a new user 'foo' to test openning session. > > When I log for the first time, my user get a local profile, when I log > out the profile is correctly saved on the fileserver (on > /SAMDOM/Profiles/foo.V2 like configured in smb.conf and user infos). > > When I log for the second time, my user get a new local profile which > is sync'ed again on the fileserver.... I've repeated the login/logout > process many many times.... same behaviour.... new local > profile->sync'ed->new local profile->sync'ed..... > > > If anybody have an idea don't hesitate ! > > Regards, > Bruno >-- Bruno MACADRE ------------------------------------------------------------------- Ing?nieur Syst?mes et R?seau | Systems and Network Engineer D?partement Informatique | Department of computer science Responsable Info SER | SER IT Manager Universit? de Rouen | University of Rouen ------------------------------------------------------------------- Coordonn?es / Contact : Universit? de Rouen Facult? des Sciences et Techniques - Madrillet Avenue de l'Universit? CS 70012 76801 St Etienne du Rouvray CEDEX FRANCE T?l : +33 (0)2-32-95-51-86 Mob : +33 (0)6-74-71-45-64 -------------------------------------------------------------------
steve
2014-Aug-14 15:06 UTC
[Samba] Problem with roaming profiles (always synced but never read)
On Thu, 2014-08-14 at 16:33 +0200, Bruno MACADR? wrote:> Hi, > > I come to find new ideas about a problem which is blocking me since many > days.... > > I've an AD DC on Samba 4.1.11, and a file server (on Samba 4.1.11 too) > member of the domain. They works fine (apparently). > > I've a Win7 Enterprise x64 client, joined to the domain. > > I've created a new user 'foo' to test openning session. > > When I log for the first time, my user get a local profile, when I log > out the profile is correctly saved on the fileserver (on > /SAMDOM/Profiles/foo.V2 like configured in smb.conf and user infos). > > When I log for the second time, my user get a new local profile which is > sync'ed again on the fileserver.... I've repeated the login/logout > process many many times.... same behaviour.... new local > profile->sync'ed->new local profile->sync'ed..... > > > If anybody have an idea don't hesitate !Hi What do you have for smb.conf on the file server? What do you have for the profilePath attribute for foo? What does getfacl for your profile directory give? To which groups does foo belong?