summaryrefslogtreecommitdiff
path: root/docs/howto
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 08:45:51 -0500
commit08bb17d8583c5e1bd1fd6f70320c371eb5141ad9 (patch)
tree37ab2da0f37a20a4865b2e1ce4666ed3276d5da5 /docs/howto
parent2780d346d8fb4bd27f52a9917ef18108a1268350 (diff)
downloadsamba-08bb17d8583c5e1bd1fd6f70320c371eb5141ad9.tar.gz
samba-08bb17d8583c5e1bd1fd6f70320c371eb5141ad9.tar.bz2
samba-08bb17d8583c5e1bd1fd6f70320c371eb5141ad9.zip
Clarify how to assure local profile use only.
(This used to be commit 4c215ad1385a63b8c580212bdd74bc1f380a954c)
Diffstat (limited to 'docs/howto')
-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 255096a875..1996f9469e 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>