From ace784516c84df2e012747d1094db0bd056cfc12 Mon Sep 17 00:00:00 2001 From: Gary Lockyer Date: Mon, 11 Aug 2025 10:28:35 +1200 Subject: [PATCH] s4:auth:sam Fix key trust attribute name Use the correct attribute name for the key trust credentials, msDS-KeyCredentialLink. Signed-off-by: Gary Lockyer Reviewed-by: Jennifer Sutton --- source4/auth/sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/auth/sam.c b/source4/auth/sam.c index 99c60977d53..32d90712aae 100644 --- a/source4/auth/sam.c +++ b/source4/auth/sam.c @@ -69,7 +69,7 @@ "msDS-ManagedPasswordInterval", \ "whenCreated", \ /* Required for Key Trust authentication */\ - "msDS-CustomKeyInformation" + "msDS-KeyCredentialLink" #define AUTHN_POLICY_ATTRS \ /* Required for authentication policies / silos */ \ -- 2.47.3