diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-04-07 05:28:53 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:31 -0500 |
commit | 32f3625e164eee24cb6f6c7ff42051396f4f3814 (patch) | |
tree | 55a9fe599913a00727e16d0e92709500f4eeb29a | |
parent | eab8fe9003984ca10a723188f5674a4f5d29a1dc (diff) | |
download | samba-32f3625e164eee24cb6f6c7ff42051396f4f3814.tar.gz samba-32f3625e164eee24cb6f6c7ff42051396f4f3814.tar.bz2 samba-32f3625e164eee24cb6f6c7ff42051396f4f3814.zip |
Clarify that you don't want to use %m in 'add machine script'.
Andrew Bartlett
(This used to be commit c97f6885f1b3503e91661af0fb21e03dc3640fbd)
-rw-r--r-- | docs/smbdotconf/logon/addmachinescript.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/smbdotconf/logon/addmachinescript.xml b/docs/smbdotconf/logon/addmachinescript.xml index 22b91bd05e..08e255d009 100644 --- a/docs/smbdotconf/logon/addmachinescript.xml +++ b/docs/smbdotconf/logon/addmachinescript.xml @@ -10,6 +10,10 @@ added to Samba's domain and a Unix account matching the machine's name appended with a "$" does not already exist. </para> + <para>This option is very similar to the <smbconfoption + name="add user script"/>, and likewise uses the %u + substitution for the account name. Do not use the %m + substitution. </para> </description> <value type="default"/> |