diff options
author | John Terpstra <jht@samba.org> | 2003-04-26 01:38:46 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-26 01:38:46 +0000 |
commit | d820b547bd5c555c566bb49cefb7004597cfe114 (patch) | |
tree | 8f12a0a5b73acecaa99d4fe1656fdfff64b1ef3e /docs/docbook/projdoc/ProfileMgmt.sgml | |
parent | 05a7f65f8a107302ff29aac9e49b9e29a792b6fd (diff) | |
download | samba-d820b547bd5c555c566bb49cefb7004597cfe114.tar.gz samba-d820b547bd5c555c566bb49cefb7004597cfe114.tar.bz2 samba-d820b547bd5c555c566bb49cefb7004597cfe114.zip |
Many typos, syntax fixes, more. Multiple sources including mega patch from
- Jesse Jacobs <jesse@eazy.homeip.net>
(This used to be commit 5da18339e19bf2bcc23a19339c8a6a3052246d44)
Diffstat (limited to 'docs/docbook/projdoc/ProfileMgmt.sgml')
-rw-r--r-- | docs/docbook/projdoc/ProfileMgmt.sgml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/docbook/projdoc/ProfileMgmt.sgml b/docs/docbook/projdoc/ProfileMgmt.sgml index ac61391306..82897808b2 100644 --- a/docs/docbook/projdoc/ProfileMgmt.sgml +++ b/docs/docbook/projdoc/ProfileMgmt.sgml @@ -102,7 +102,7 @@ of your home directory called <filename>.profiles</filename> (thus making them h </para> <para> -Not only that, but <userinput>net use/home</userinput> will also work, because of a feature in +Not only that, but <userinput>net use /home</userinput> 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 <command>logon home</command>. @@ -157,7 +157,8 @@ There are three ways of doing this: Disable: Only Allow Local User Profiles Disable: Prevent Roaming Profile Change from Propogating to the Server - </programlisting><para> + </programlisting> + </para> </listitem> <listitem><para> @@ -964,7 +965,7 @@ The default entries are: <para> When a new user first logs onto MS Windows 200x/XP machine the default profile is obtained from <filename>C:\Documents and Settings\Default User</filename>. The administrator can modify (or change -the contents of this location and MS Windows 200x/XP will gladly user it. This is far from the optimum +the contents of this location and MS Windows 200x/XP will gladly use it. This is far from the optimum arrangement since it will involve copying a new default profile to every MS Windows 200x/XP client workstation. </para> @@ -981,7 +982,7 @@ login name of the user. <note> <para> This path translates, in Samba parlance, to the smb.conf [NETLOGON] share. The directory - should be created at the root of this share and msut be called <filename>Default Profile</filename>. + should be created at the root of this share and must be called <filename>Default Profile</filename>. </para> </note> @@ -998,7 +999,7 @@ the local machine only under the path <filename>C:\Documents and Settings\%USERN </para> <para> -Those wishing to modify the default behaviour can do so through up to three methods: +Those wishing to modify the default behaviour can do so through three methods: </para> <itemizedlist> @@ -1078,7 +1079,7 @@ the others are of type REG_EXPAND_SZ. <para> It makes a huge difference to the speed of handling roaming user profiles if all the folders are stored on a dedicated location on a network server. This means that it will NOT be necessary to -write Outlook PST file over the network for every login and logout. +write the Outlook PST file over the network for every login and logout. </para> <para> |