From 33ddd29f6be5a63bdd1d0ee60c86b56f619abaf8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 7 Nov 2024 12:41:05 +0100 Subject: [PATCH] docs-xml/smbdotconf: add "reject aes netlogon servers" option Signed-off-by: Stefan Metzmacher Reviewed-by: Jennifer Sutton --- .../winbind/rejectaesnetlogonservers.xml | 29 +++++++++++++++++++ .../smbdotconf/winbind/rejectmd5servers.xml | 2 ++ 2 files changed, 31 insertions(+) create mode 100644 docs-xml/smbdotconf/winbind/rejectaesnetlogonservers.xml diff --git a/docs-xml/smbdotconf/winbind/rejectaesnetlogonservers.xml b/docs-xml/smbdotconf/winbind/rejectaesnetlogonservers.xml new file mode 100644 index 00000000000..202f00ce202 --- /dev/null +++ b/docs-xml/smbdotconf/winbind/rejectaesnetlogonservers.xml @@ -0,0 +1,29 @@ + + + This option controls whether winbindd requires support + for ServerAuthenticateKerberos support for the netlogon secure channel. + + Support for ServerAuthenticateKerberos was added in Windows + starting with Server 2025, it's available in Samba active directory domain controllers + starting with 4.22 with the 'yes' option, + which is disabled by default. + + + The following flags will be required: NETLOGON_NEG_PASSWORD_SET2, + NETLOGON_NEG_SUPPORTS_KERBEROS_AUTH and NETLOGON_NEG_AUTHENTICATED_RPC. + + You can set this to yes if all domain controllers support + ServerAuthenticateKerberos. + This will prevent downgrade attacks. + + The behavior can be controlled per netbios domain + by using 'reject aes netlogon servers:NETBIOSDOMAIN = no' as option. + + This option overrides the option. + + +no + diff --git a/docs-xml/smbdotconf/winbind/rejectmd5servers.xml b/docs-xml/smbdotconf/winbind/rejectmd5servers.xml index 3bc4eaf7b02..1d6e0c8ad6d 100644 --- a/docs-xml/smbdotconf/winbind/rejectmd5servers.xml +++ b/docs-xml/smbdotconf/winbind/rejectmd5servers.xml @@ -18,6 +18,8 @@ The default changed from 'no' to 'yes, with the patches for CVE-2022-38023, see https://bugzilla.samba.org/show_bug.cgi?id=15240 + This option is over-ridden by the option. + This option overrides the option. -- 2.47.3