summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2004-05-26 03:53:51 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 11:50:59 -0500
commitc43c1d374f6db3d142a38eaf9eb1b9e8f06fff73 (patch)
treefd87e197f529728e984cb81701eeeecb670fc196
parent7f2eecf977e6e71b4e62e16dc60c07e2b6e21c33 (diff)
downloadsamba-c43c1d374f6db3d142a38eaf9eb1b9e8f06fff73.tar.gz
samba-c43c1d374f6db3d142a38eaf9eb1b9e8f06fff73.tar.xz
samba-c43c1d374f6db3d142a38eaf9eb1b9e8f06fff73.zip
Clarify how to assure local profile use only.
-rw-r--r--docs/howto/ProfileMgmt.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/howto/ProfileMgmt.xml b/docs/howto/ProfileMgmt.xml
index 255096a8751..1996f9469e5 100644
--- a/docs/howto/ProfileMgmt.xml
+++ b/docs/howto/ProfileMgmt.xml
@@ -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>