Linux en Syn-3 Forum

Syn-3 Nederland => Syn-3 support => Topic gestart door: Elsje op Februari 26, 2006, 12:40:35



Titel: Windoze Profiles - HOWTO?
Bericht door: Elsje op Februari 26, 2006, 12:40:35
Hallo,

Na aanmelden van een XP station bij het DOMAIN op de Syn-3 server, krijgen wij volgende meldingen te zien tijdens de login van XP:

Code:
Windows did not load your roaming profile and is attempting to log you on with your local profile. Changes to the profile will not be copied to the server when you logoff. Windows did not load your profile because a server copy of the profile folder already exists that does not have the correct security. Either the current user or the Administrator's group must be the owner of the folder. Contact your network administrator.

Code:
Windows cannot find the local profile and is logging you on with a temporary profile. Changes you make to this profile will be lost when you log off.

Als ik ga kijken via SSH op de Syn-3 server, zie ik in /home/users/ dat alle user_dirs eigendom zijn van root.

Hoe los ik dit op?

ERwin


Titel: Re: Windoze Profiles - HOWTO?
Bericht door: Elsje op Februari 26, 2006, 03:53:18
Code:
Samba Configuration for Profile Handling

This section documents how to configure Samba for MS Windows client profile support.
NT4/200x User Profiles

For example, to support Windows NT4/200x clients, set the following in the [global] section of the smb.conf file:
logon path = \\profileserver\profileshare\profilepath\%U\moreprofilepath

This is typically implemented like:
logon path = \\%L\Profiles\%U

where “%L” translates to the name of the Samba server and “%U” translates to the username.

The default for this option is \\%N\%U\profile, namely, \\sambaserver\username\profile. The \\%N\%U service is created automatically by the [homes] service. If you are using a Samba server for the profiles, you must make the share that is specified in the logon path browseable. Please refer to the man page for smb.conf regarding the different semantics of “%L” and “%N”, as well as “%U” and “%u”.

Bij nazicht bleek één van de /home/shares/profiles/username directories eigendom te zijn van een '1002' user ipv 'username'
Dit was vervolgens vlug gecorrigeerd met een chmod.
Echter, om ook Administrator accounts te kunnen laten inloggen met opslag van hun profile, moet de Adminstrator profile directory eigendom zijn van Administrator ipv root..... :-(

chown werkt hier niet...
Hoe los ik dit op?


Titel: Re: Windoze Profiles - HOWTO?
Bericht door: erwin op Maart 01, 2006, 10:39:14
Erwin

we hebben de administrator zo ingesteld dat deze geen roaming profile heeft.

Omdat je vaak op veel verschillende werkstations inlogt met deze account.