Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / base / serverstring.xml
bloba47ac4cf42018cef735581e95348890e343a8db8
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="SERVERSTRING"/>server string (G)</term>
3                 <listitem><para>This controls what string will show up in the 
4                 printer comment box in print manager and next to the IPC connection 
5                 in <command moreinfo="none">net view</command>. It can be any string that you wish 
6                 to show to your users.</para>
7                 
8                 <para>It also sets what will appear in browse lists next 
9                 to the machine name.</para>
11                 <para>A <parameter moreinfo="none">%v</parameter> will be replaced with the Samba 
12                 version number.</para>
14                 <para>A <parameter moreinfo="none">%h</parameter> will be replaced with the 
15                 hostname.</para>
17                 <para>Default: <command moreinfo="none">server string = Samba %v</command></para>
19                 <para>Example: <command moreinfo="none">server string = University of GNUs Samba 
20                 Server</command></para>
21                 </listitem>
22                 </samba:parameter>