1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Clarify how to assure local profile use only.

(This used to be commit 4c215ad138)
This commit is contained in:
John Terpstra
2004-05-26 03:53:51 +00:00
committed by Gerald W. Carter
parent 2780d346d8
commit 08bb17d858

View File

@ -166,7 +166,12 @@ There are three ways of doing this:
<term>In &smb.conf;</term>
<listitem><para>
Affect the following settings and ALL clients will be forced to use a local profile:
<smbconfoption><name>logon home</name></smbconfoption> and <smbconfoption><name>logon path</name></smbconfoption>
<smbconfoption><name>logon home</name><value> </value></smbconfoption> and <smbconfoption><name>logon path</name><value> </value></smbconfoption>
</para>
<para>
The arguments to these parameters must be left blank. It is necessary to include the <constant>=</constant> sign
to specifically assign the empty value.
</para></listitem>
</varlistentry>