mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
docs: Deprecate NT4-like domains and SMBv1-only protocol options
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>
This commit is contained in:
10
WHATSNEW.txt
10
WHATSNEW.txt
@ -34,6 +34,15 @@ CTDB CHANGES
|
|||||||
recmaster".
|
recmaster".
|
||||||
|
|
||||||
|
|
||||||
|
NT4-like 'classic' Samba domain controllers
|
||||||
|
-------------------------------------------
|
||||||
|
|
||||||
|
Samba 4.13 deprecates Samba's original domain controller mode.
|
||||||
|
|
||||||
|
Sites using Samba as a Domain Controller should upgrade from the
|
||||||
|
NT4-like 'classic' Domain Controller to a Samba Active Directory DC
|
||||||
|
to ensure full operation with modern windows clients.
|
||||||
|
|
||||||
REMOVED FEATURES
|
REMOVED FEATURES
|
||||||
================
|
================
|
||||||
|
|
||||||
@ -45,6 +54,7 @@ smb.conf changes
|
|||||||
Parameter Name Description Default
|
Parameter Name Description Default
|
||||||
-------------- ----------- -------
|
-------------- ----------- -------
|
||||||
ldap ssl ads removed
|
ldap ssl ads removed
|
||||||
|
domain logons Deprecated no
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,8 +2,15 @@
|
|||||||
context="G"
|
context="G"
|
||||||
type="boolean"
|
type="boolean"
|
||||||
function="_domain_logons"
|
function="_domain_logons"
|
||||||
|
deprecated="1"
|
||||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||||
<description>
|
<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>
|
<para>
|
||||||
If set to <constant>yes</constant>, the Samba server will
|
If set to <constant>yes</constant>, the Samba server will
|
||||||
provide the netlogon service for Windows 9X network logons for the
|
provide the netlogon service for Windows 9X network logons for the
|
||||||
|
Reference in New Issue
Block a user