• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/docs-xml/smbdotconf/base/
1<samba:parameter name="server string"
2                 context="G"
3                 basic="1" advanced="1" developer="1"
4                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6        <para>This controls what string will show up in the printer comment box in print 
7        manager and next to the IPC connection in <command moreinfo="none">net view</command>. It 
8        can be any string that you wish to show to your users.</para>
9		
10	<para>It also sets what will appear in browse lists next 
11	to the machine name.</para>
12
13	<para>A <parameter moreinfo="none">%v</parameter> will be replaced with the Samba 
14	version number.</para>
15
16	<para>A <parameter moreinfo="none">%h</parameter> will be replaced with the 
17		hostname.</para>
18</description>
19<value type="default">Samba %v</value>
20<value type="example">University of GNUs Samba Server</value>
21</samba:parameter>
22