mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
c6aa710f8d
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14460 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<samba:parameter name="domain logons"
|
|
context="G"
|
|
type="boolean"
|
|
function="_domain_logons"
|
|
deprecated="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This parameter has been deprecated since Samba 4.13 and
|
|
support for NT4-style domain logons(as distinct from the Samba
|
|
AD DC) will be removed in a future Samba release.</para>
|
|
<para>That is, in the future, the current default of
|
|
<command>domain logons = no</command>
|
|
will be the enforced behaviour.</para>
|
|
<para>
|
|
If set to <constant>yes</constant>, the Samba server will
|
|
provide the netlogon service for Windows 9X network logons for the
|
|
<smbconfoption name="workgroup"/> it is in.
|
|
This will also cause the Samba server to act as a domain
|
|
controller for NT4 style domain services. For more details on
|
|
setting up this feature see the Domain Control chapter of the
|
|
Samba HOWTO Collection.
|
|
</para>
|
|
</description>
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|