From 9c72dd78f25be4a7ffa5af5a242670ec76930d6f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 12 Mar 2005 22:34:38 +0000 Subject: Use new definition of , fixes a bunch of validity errors. (This used to be commit 3eb5c35e47951f320f7c2f4cd478a95f6d48236e) --- docs/Samba-HOWTO-Collection/ProfileMgmt.xml | 48 ++++++++++++++--------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'docs/Samba-HOWTO-Collection/ProfileMgmt.xml') diff --git a/docs/Samba-HOWTO-Collection/ProfileMgmt.xml b/docs/Samba-HOWTO-Collection/ProfileMgmt.xml index 6ac8e7c295..9bd0db83f4 100644 --- a/docs/Samba-HOWTO-Collection/ProfileMgmt.xml +++ b/docs/Samba-HOWTO-Collection/ProfileMgmt.xml @@ -75,14 +75,14 @@ For example, to support Windows NT4/200x clients, set the following in the [glob -logon path + \\profileserver\profileshare\profilepath\%U\moreprofilepath This is typically implemented like: -logon path\\%L\Profiles\%u +\\%L\Profiles\%u where %L translates to the name of the Samba server and %u translates to the user name. @@ -107,7 +107,7 @@ to not use the homes meta-service name as part Windows 9x/Me User Profiles -To support Windows 9x/Me clients, you must use the logon home +To support Windows 9x/Me clients, you must use the parameter. Samba has been fixed so net use /home now works as well and it, too, relies on the logon home parameter. @@ -118,7 +118,7 @@ directory. But wait! There is a trick you can use. If you set the following in [global] section of your &smb.conf; file: -logon home\\%L\%U\.profiles +\\%L\%U\.profiles @@ -130,7 +130,7 @@ of your home directory called .profiles (making them hidden Not only that, but net use /home will also work because of a feature in Windows 9x/Me. It removes any directory stuff off the end of the home directory area and only uses the server and share portion. That is, it looks like you -specified \\%L\%U for logon home. +specified \\%L\%U for . @@ -139,12 +139,12 @@ specified \\%L\%U for logon home You can support profiles for Windows 9x and Windows NT clients by setting both the -logon home and logon path parameters. For example: + and parameters. For example: -logon home\\%L\%u\.profiles -logon path\\%L\profiles\%u +\\%L\%u\.profiles +\\%L\profiles\%u @@ -168,7 +168,7 @@ There are three ways of doing this: In &smb.conf; Affect the following settings and ALL clients will be forced to use a local profile: - logon home and logon path + and @@ -230,9 +230,9 @@ When a user first logs in on Windows 9X, the file user.DAT is created, as are fo Nethood. These directories and their contents will be merged with the local versions stored in c:\windows\profiles\username on subsequent logins, taking the most recent from each. You will need to use the [global] options -preserve caseyes, -short preserve caseyes and -case sensitiveno +yes, +yes and +no in order to maintain capital letters in shortcuts in any of the profile folders. @@ -275,7 +275,7 @@ if that domain logon server supports it), user name and user's password. wish to save the user's preferences? Select Yes. Once the Windows 9x/Me client comes up with the desktop, you should be able to examine the -contents of the directory specified in the logon path on +contents of the directory specified in the on the Samba server and verify that the Desktop, Start Menu, Programs and Nethood folders have been created. @@ -329,7 +329,7 @@ shown below. When this user next logs in, the user will be told that he/she is l - Check the contents of the profile path (see logon path + Check the contents of the profile path (see described above) and delete the user.DAT or user.MAN file for the user, making a backup if required. @@ -364,12 +364,12 @@ provided with Windows NT4/200x server, and see what the differences are with the Windows NT4 Workstation When a user first logs in to a Windows NT Workstation, the profile NTuser.DAT is created. The profile -location can be now specified through the logon path parameter. +location can be now specified through the parameter. - There is a parameter that is now available for use with NT Profiles: logon drive. + There is a parameter that is now available for use with NT Profiles: . This should be set to H: or any other drive, and should be used in conjunction with -the new logon home parameter. +the new parameter. The entry for the NT4 profile is a directory not a file. The NT help on Profiles mentions that a directory is also created with a .PDS extension. The user, while logging in, must have write permission @@ -513,8 +513,8 @@ user logs on again with the newer version of MS Windows. If you then want to share the same Start Menu/Desktop with W9x/Me, you will need to specify a common location for the profiles. The &smb.conf; parameters that need to be common are -logon path and -logon home. + and +. If you have this set up correctly, you will find separate user.DAT and NTuser.DAT files in the same profile directory. @@ -1094,9 +1094,9 @@ First, the Samba server needs to be configured as a Domain Controller. This can setting in &smb.conf;: -securityuser -os level32 (or more) -domain logonsYes +user +32 (or more) +Yes There must be a [netlogon] share that is world readable. It is @@ -1115,9 +1115,9 @@ so they do not interoperate with domain profiles. For roaming profiles, add to &smb.conf;: -logon path\\%N\profiles\%U +\\%N\profiles\%U Default logon drive is Z: -logon driveH: +H: This requires a PROFILES share that is world writable. -- cgit