From c58137aad998cd9d652c798e0707246d2cc4ad03 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 7 Nov 2024 15:37:57 +0100 Subject: [PATCH] docs-xml/smbdotconf: add "server support krb5 netlogon" options Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- .../logon/serverrejectaesschannel.xml | 9 ++++-- .../security/serversupportkrb5netlogon.xml | 28 +++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 docs-xml/smbdotconf/security/serversupportkrb5netlogon.xml diff --git a/docs-xml/smbdotconf/logon/serverrejectaesschannel.xml b/docs-xml/smbdotconf/logon/serverrejectaesschannel.xml index 5c6ad5a8c92..467261b272d 100644 --- a/docs-xml/smbdotconf/logon/serverrejectaesschannel.xml +++ b/docs-xml/smbdotconf/logon/serverrejectaesschannel.xml @@ -11,8 +11,10 @@ reject clients which do not support ServerAuthenticateKerberos. Support for ServerAuthenticateKerberos was added in Windows - starting with Server 2025, it's available in Samba starting with 4.22 - (but disabled by default). + starting with Server 2025, it's available in Samba starting with 4.22 with the + 'yes' and + 'yes' options, + which are disabled by default. Note this options is not really related to security problems @@ -53,6 +55,9 @@ 'no'. + This option interacts with the '' option. + + For now '' is EXPERIMENTAL and should not be configured explicitly. diff --git a/docs-xml/smbdotconf/security/serversupportkrb5netlogon.xml b/docs-xml/smbdotconf/security/serversupportkrb5netlogon.xml new file mode 100644 index 00000000000..652ef5f3d0a --- /dev/null +++ b/docs-xml/smbdotconf/security/serversupportkrb5netlogon.xml @@ -0,0 +1,28 @@ + + + This option is experimental for now! + + + This option controls whether the netlogon server (currently + only in 'active directory domain controller' mode), will + provide support for ServerAuthenticateKerberos. + + Support for ServerAuthenticateKerberos was added in Windows + starting with Server 2025, it's available in Samba starting with 4.22 with the + 'yes' and + 'yes' options, + which are disabled by default. + + + This option interacts with the + 'yes' and + 'yes' options. + + + +no +yes + -- 2.47.3