mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
46069ed06c
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
18 lines
893 B
XML
18 lines
893 B
XML
<samba:parameter name="netbios aliases"
|
|
context="G"
|
|
type="cmdlist"
|
|
handler="handle_netbios_aliases"
|
|
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>
|