docs:smbdotconf: add handler info to smbdotconf docs where missing
[sfrench/samba-autobuild/.git] / docs-xml / smbdotconf / base / netbiosaliases.xml
1 <samba:parameter name="netbios aliases"
2                  context="G"
3                  type="list"
4                  handler="handle_netbios_aliases"
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>