~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/base/netbiosaliases.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="netbios aliases"
 
2
                 context="G"
 
3
                                 type="list"
 
4
                 advanced="1" wizard="1" developer="1"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
 <description>
 
7
        <para>This is a list of NetBIOS names that nmbd will 
 
8
        advertise as additional names by which the Samba server is known. This allows one machine 
 
9
        to appear in browse lists under multiple names. If a machine is acting as a browse server 
 
10
        or logon server none of these names will be advertised as either browse server or logon 
 
11
        servers, only the primary name of the machine will be advertised with these capabilities.
 
12
        </para>
 
13
</description>
 
14
<related>netbios name</related>
 
15
<value type="default"><comment>empty string (no additional names)</comment></value>
 
16
<value type="example">TEST TEST1 TEST2</value>
 
17
</samba:parameter>