summaryrefslogtreecommitdiff
path: root/lib/param
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2021-07-13 23:28:04 +0200
committerStefan Metzmacher <metze@samba.org>2021-07-15 00:06:31 +0000
commit8ace94498fbf223c40aa842c1beb013ca20c4eb8 (patch)
tree9640c5bae73acfc7a1754b8b976d4ea14e8eea3a /lib/param
parent3f843e56a829084c2443b8b1fec51b26665aa9ec (diff)
downloadsamba-8ace94498fbf223c40aa842c1beb013ca20c4eb8.tar.gz
docs-xml: offer aes-128-gmac by default
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param')
-rw-r--r--lib/param/loadparm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/loadparm.h b/lib/param/loadparm.h
index cae1a2c7de3..a942eaf9472 100644
--- a/lib/param/loadparm.h
+++ b/lib/param/loadparm.h
@@ -285,7 +285,7 @@ enum samba_weak_crypto {
#define DEFAULT_SMB2_MAX_TRANSACT (8*1024*1024)
#define DEFAULT_SMB2_MAX_CREDITS 8192
-#define DEFAULT_SMB3_SIGNING_ALGORITHMS "aes-128-cmac hmac-sha-256"
+#define DEFAULT_SMB3_SIGNING_ALGORITHMS "aes-128-gmac aes-128-cmac hmac-sha-256"
#define DEFAULT_SMB3_ENCRYPTION_ALGORITHMS "aes-128-gcm aes-128-ccm aes-256-gcm aes-256-ccm"
#define LOADPARM_EXTRA_LOCALS \