Next update of VFS modules development guide
[kai/samba-autobuild/.git] / docs / smbdotconf / misc / preexec.xml
1 <samba:parameter name="preexec"
2                  context="S"
3                  type="string"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6  <synonym>exec</synonym>
7 <description>
8         <para>This option specifies a command to be run whenever 
9         the service is connected to. It takes the usual substitutions.</para>
10
11         <para>An interesting example is to send the users a welcome 
12         message every time they log in. Maybe a message of the day? Here 
13         is an example:</para>
14
15         <para>
16         <command moreinfo="none">preexec = csh -c 'echo \&quot;Welcome to %S!\&quot; |
17         /usr/local/samba/bin/smbclient -M %m -I %I' &amp; </command>
18         </para>
19
20         <para>Of course, this could get annoying after a while :-)</para>
21
22         <para>
23         See also <smbconfoption name="preexec close"/> and <smbconfoption name="postexec"/>.
24         </para>
25 </description>
26
27 <value type="default"></value>
28 <value type="example">echo \&quot;%u connected to %S from %m (%I)\&quot; &gt;&gt; /tmp/log</value>
29 </samba:parameter>