mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
bb5bf50819
is_myname() looks at lp_* directly, nmbd maintains its own list: We don't need the baroque loadparm handler anymore. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
17 lines
843 B
XML
17 lines
843 B
XML
<samba:parameter name="netbios aliases"
|
|
context="G"
|
|
type="cmdlist"
|
|
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>
|