]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
manpages:smb.conf: disable roaming profiles with 'logon path ='
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 20 Mar 2025 21:28:23 +0000 (10:28 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 26 Mar 2025 01:51:40 +0000 (01:51 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12706

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org>
Autobuild-Date(master): Wed Mar 26 01:51:40 UTC 2025 on atb-devel-224

docs-xml/smbdotconf/logon/logonpath.xml

index 3cc85dbcdf9ace7555b9a617c072228804aee299..272c496746a1211fd008708e6feafb7a8eb90eea 100644 (file)
        <para>Note that this option is only useful if Samba is set up as a domain controller.</para>
 
        <para>
-       Disable the use of roaming profiles by setting the value of this parameter to the empty string. For
-       example, <smbconfoption name="logon path">""</smbconfoption>. Take note that even if the default setting
-       in the smb.conf file is the empty string, any value specified in the user account settings in the passdb
-       backend will over-ride the effect of setting this parameter to null. Disabling of all roaming profile use
+       Disable the use of roaming profiles by setting the value of this parameter to no value.
+       Take note that even if the default setting in the smb.conf file is the empty string,
+       any value specified in the user account settings in the passdb backend will over-ride the
+       effect of setting this parameter to null. Disabling of all roaming profile use
        requires that the user account settings must also be blank.
        </para>
 
        An example of use is:
 <programlisting>
 logon path = \\PROFILESERVER\PROFILE\%U
+</programlisting>
+       </para>
+       <para>
+       In this example the use of roaming profiles is disabled (depending also on passdb settings):
+<programlisting>
+logon path =
 </programlisting>
        </para>
 </description>