tests/krb5: Calculate correct gMSA password to fix flapping test
[samba.git] / docs-xml / smbdotconf / misc / magicoutput.xml
1 <samba:parameter name="magic output"
2                  context="S"
3                  type="string"
4                  substitution="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>
8         This parameter specifies the name of a file which will contain output created by a magic script (see the 
9         <smbconfoption name="magic script"/> parameter below).
10         </para>
11
12         <warning><para>If two clients use the same <parameter moreinfo="none">magic script
13         </parameter> in the same directory the output file content is undefined.
14         </para></warning>
15 </description>
16
17 <value type="default"><comment>&lt;magic script name&gt;.out</comment></value>
18 <value type="example">myfile.txt</value>
19 </samba:parameter>