]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:auth:sam Fix key trust attribute name
authorGary Lockyer <gary@catalyst.net.nz>
Sun, 10 Aug 2025 22:28:35 +0000 (10:28 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Tue, 16 Sep 2025 22:22:34 +0000 (22:22 +0000)
Use the correct attribute name for the key trust credentials,
msDS-KeyCredentialLink.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
source4/auth/sam.c

index 99c60977d5392d4e30f863e7b8b63e2d502676e0..32d90712aae0f8f24b53b01dcec82402f0657ee5 100644 (file)
@@ -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 */ \