diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-07 13:51:11 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-07 13:51:11 +0000 |
commit | 705db2effac38df9aaefa9cc6baa9614207b26af (patch) | |
tree | 948edb12409dc816903dd4b6004c7eabbe85dc8d /docs/docbook/projdoc/ProfileMgmt.sgml | |
parent | c6ffda4f7627c9596288cd7d4272f2d6a2cef593 (diff) | |
download | samba-705db2effac38df9aaefa9cc6baa9614207b26af.tar.gz samba-705db2effac38df9aaefa9cc6baa9614207b26af.tar.bz2 samba-705db2effac38df9aaefa9cc6baa9614207b26af.zip |
- Add &author.mimir; entity
- Several smaller layout and typo fixes
(This used to be commit 96aa93ea4f56ef069c3127547296581f8e0ce3bd)
Diffstat (limited to 'docs/docbook/projdoc/ProfileMgmt.sgml')
-rw-r--r-- | docs/docbook/projdoc/ProfileMgmt.sgml | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/docs/docbook/projdoc/ProfileMgmt.sgml b/docs/docbook/projdoc/ProfileMgmt.sgml index 94bc60b464..13ec698384 100644 --- a/docs/docbook/projdoc/ProfileMgmt.sgml +++ b/docs/docbook/projdoc/ProfileMgmt.sgml @@ -11,8 +11,7 @@ <warning> <para> -<emphasis>NOTE!</emphasis> Roaming profiles support is different for Win9x / Me -and Windows NT4/200x. +Roaming profiles support is different for Win9x / Me and Windows NT4/200x. </para> </warning> @@ -52,15 +51,14 @@ following (for example): <para> <programlisting> logon path = \\profileserver\profileshare\profilepath\%U\moreprofilepath +</programlisting> This is typically implemented like: +<programlisting> logon path = \\%L\Profiles\%u - - where: - %L translates to the name of the Samba server - %u translates to the user name </programlisting> +where %L translates to the name of the Samba server and %u translates to the user name </para> <para> @@ -74,7 +72,7 @@ symantics of %L and %N, as well as %U and %u. <note> <para> MS Windows NT/2K clients at times do not disconnect a connection to a server -between logons. It is recommended to NOT use the <emphasis>homes</emphasis> +between logons. It is recommended to NOT use the <command>homes</command> meta-service name as part of the profile share path. </para> </note> @@ -85,14 +83,14 @@ meta-service name as part of the profile share path. <para> To support Windows 9x / Me clients, you must use the "logon home" parameter. Samba has -now been fixed so that "net use /home" now works as well, and it, too, relies -on the "logon home" parameter. +now been fixed so that <userinput>net use /home</userinput> now works as well, and it, too, relies +on the <command>logon home</command< parameter. </para> <para> By using the logon home parameter, you are restricted to putting Win9x / Me profiles in the user's home directory. But wait! There is a trick you -can use. If you set the following in the [global] section of your smb.conf file: +can use. If you set the following in the <command>[global]</command> section of your &smb.conf; file: </para> <para><programlisting> logon home = \\%L\%U\.profiles @@ -100,14 +98,14 @@ can use. If you set the following in the [global] section of your smb.conf file: <para> then your Windows 9x / Me clients will dutifully put their clients in a subdirectory -of your home directory called .profiles (thus making them hidden). +of your home directory called <filename>.profiles</filename> (thus making them hidden). </para> <para> -Not only that, but 'net use/home' 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 "logon home". +specified \\%L\%U for <command>logon home</command>. </para> </sect3> @@ -116,7 +114,7 @@ specified \\%L\%U for "logon home". <para> You can support profiles for both Win9X and WinNT clients by setting both the -"logon home" and "logon path" parameters. For example: +<command>logon home</command> and <command>logon path</command> parameters. For example: </para> <para><programlisting> |