diff options
Diffstat (limited to 'docs/smbdotconf/logon/logonscript.xml')
-rw-r--r-- | docs/smbdotconf/logon/logonscript.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/smbdotconf/logon/logonscript.xml b/docs/smbdotconf/logon/logonscript.xml index eb7bda66ee..847896e1ce 100644 --- a/docs/smbdotconf/logon/logonscript.xml +++ b/docs/smbdotconf/logon/logonscript.xml @@ -11,13 +11,13 @@ file is recommended.</para> <para>The script must be a relative path to the [netlogon] - service. If the [netlogon] service specifies a <link linkend="PATH"> - <parameter moreinfo="none">path</parameter></link> of <filename - moreinfo="none">/usr/local/samba/netlogon</filename>, and <command - moreinfo="none">logon script = STARTUP.BAT</command>, then - the file that will be downloaded is:</para> - - <para><filename moreinfo="none">/usr/local/samba/netlogon/STARTUP.BAT</filename></para> + service. If the [netlogon] service specifies a <smbconfoption name="path"/> of <filename + moreinfo="none">/usr/local/samba/netlogon</filename>, and <smbconfoption name="logon + script">STARTUP.BAT</smbconfoption>, then the file that will be downloaded is: + <screen> + /usr/local/samba/netlogon/STARTUP.BAT + </screen> + </para> <para>The contents of the batch file are entirely your choice. A suggested command would be to add <command moreinfo="none">NET TIME \\SERVER /SET @@ -35,8 +35,7 @@ <para>This option takes the standard substitutions, allowing you to have separate logon scripts for each user or machine.</para> - <para>This option is only useful if Samba is set up as a logon - server.</para> + <para>This option is only useful if Samba is set up as a logon server.</para> </description> <value type="default"></value> <value type="example">scripts\%U.bat</value> |