diff options
author | John Terpstra <jht@samba.org> | 2004-05-26 03:53:51 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:51 -0500 |
commit | 08bb17d8583c5e1bd1fd6f70320c371eb5141ad9 (patch) | |
tree | 37ab2da0f37a20a4865b2e1ce4666ed3276d5da5 /docs/howto/ProfileMgmt.xml | |
parent | 2780d346d8fb4bd27f52a9917ef18108a1268350 (diff) | |
download | samba-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/ProfileMgmt.xml')
-rw-r--r-- | docs/howto/ProfileMgmt.xml | 7 |
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> |