From: Gary Lockyer Date: Sun, 10 Aug 2025 22:28:35 +0000 (+1200) Subject: s4:auth:sam Fix key trust attribute name X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ace784516c84df2e012747d1094db0bd056cfc12;p=thirdparty%2Fsamba.git 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 --- 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 */ \