mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
docs-xml/smbdotconf: add "server support krb5 netlogon" options
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
a5993f0c5c
commit
c58137aad9
@ -11,8 +11,10 @@
|
|||||||
reject clients which do not support ServerAuthenticateKerberos.</para>
|
reject clients which do not support ServerAuthenticateKerberos.</para>
|
||||||
|
|
||||||
<para>Support for ServerAuthenticateKerberos was added in Windows
|
<para>Support for ServerAuthenticateKerberos was added in Windows
|
||||||
starting with Server 2025, it's available in Samba starting with 4.22
|
starting with Server 2025, it's available in Samba starting with 4.22 with the
|
||||||
(but disabled by default).
|
'<smbconfoption name="server support krb5 netlogon">yes</smbconfoption>' and
|
||||||
|
'<smbconfoption name="client use krb5 netlogon">yes</smbconfoption>' options,
|
||||||
|
which are disabled by default.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>Note this options is not really related to security problems
|
<para>Note this options is not really related to security problems
|
||||||
@ -53,6 +55,9 @@
|
|||||||
'<smbconfoption name="server reject md5 schannel:COMPUTERACCOUNT">no</smbconfoption>'.
|
'<smbconfoption name="server reject md5 schannel:COMPUTERACCOUNT">no</smbconfoption>'.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>This option interacts with the '<smbconfoption name="server support krb5 netlogon"/>' option.
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>For now '<smbconfoption name="server reject aes schannel"/>'
|
<para>For now '<smbconfoption name="server reject aes schannel"/>'
|
||||||
is EXPERIMENTAL and should not be configured explicitly.</para>
|
is EXPERIMENTAL and should not be configured explicitly.</para>
|
||||||
</description>
|
</description>
|
||||||
|
28
docs-xml/smbdotconf/security/serversupportkrb5netlogon.xml
Normal file
28
docs-xml/smbdotconf/security/serversupportkrb5netlogon.xml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<samba:parameter name="server support krb5 netlogon"
|
||||||
|
context="G"
|
||||||
|
type="boolean"
|
||||||
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||||
|
<description>
|
||||||
|
<para><emphasis>This option is experimental for now!</emphasis>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>This option controls whether the netlogon server (currently
|
||||||
|
only in 'active directory domain controller' mode), will
|
||||||
|
provide support for ServerAuthenticateKerberos.</para>
|
||||||
|
|
||||||
|
<para>Support for ServerAuthenticateKerberos was added in Windows
|
||||||
|
starting with Server 2025, it's available in Samba starting with 4.22 with the
|
||||||
|
'<smbconfoption name="server support krb5 netlogon">yes</smbconfoption>' and
|
||||||
|
'<smbconfoption name="client use krb5 netlogon">yes</smbconfoption>' options,
|
||||||
|
which are disabled by default.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>This option interacts with the
|
||||||
|
'<smbconfoption name="server reject aes schannel:COMPUTERACCOUNT">yes</smbconfoption>' and
|
||||||
|
'<smbconfoption name="server reject aes schannel">yes</smbconfoption>' options.
|
||||||
|
</para>
|
||||||
|
</description>
|
||||||
|
|
||||||
|
<value type="default">no</value>
|
||||||
|
<value type="example">yes</value>
|
||||||
|
</samba:parameter>
|
Loading…
Reference in New Issue
Block a user