~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/base/serverstring.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>