mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
8f8a9f0190
(This used to be commit 9f672c26d6
)
18 lines
883 B
XML
18 lines
883 B
XML
<samba:parameter name="netbios aliases"
|
|
context="G"
|
|
type="list"
|
|
advanced="1" wizard="1" developer="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This is a list of NetBIOS names that nmbd will
|
|
advertise as additional names by which the Samba server is known. This allows one machine
|
|
to appear in browse lists under multiple names. If a machine is acting as a browse server
|
|
or logon server none of these names will be advertised as either browse server or logon
|
|
servers, only the primary name of the machine will be advertised with these capabilities.
|
|
</para>
|
|
</description>
|
|
<related>netbios name</related>
|
|
<value type="default"><comment>empty string (no additional names)</comment></value>
|
|
<value type="example">TEST TEST1 TEST2</value>
|
|
</samba:parameter>
|