s4-rpc_server: Add back support for lsa over \\pipe\\netlogon optionally
[amitay/samba.git] / docs-xml / smbdotconf / protocol / lsaovernetlogon.xml
1 <samba:parameter name="lsa over netlogon"
2                  context="G"
3                  type="boolean"
4                  deprecated="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>Setting this deprecated option will allow the RPC server
8         in the AD DC to answer the LSARPC interface on the
9         <command>\pipe\netlogon</command> IPC pipe.</para>
10
11         <para>When enabled, this matches the behaviour of Microsoft's
12         Windows, due to their internal implementation choices.</para>
13
14         <para>If it is disabled (the default), the AD DC can offer
15         improved performance, as the netlogon server is decoupled and
16         can run as multiple processes.</para>
17
18 </description>
19
20 <value type="default">no</value>
21 </samba:parameter>