]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:libads: Request "msDS-KeyVersionNumber" from ads_find_machine_acct()
authorPavel Filipenský <pfilipensky@samba.org>
Tue, 23 Jan 2024 16:19:30 +0000 (17:19 +0100)
committerPavel Filipensky <pfilipensky@samba.org>
Fri, 26 Jul 2024 17:12:36 +0000 (17:12 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=6750

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/libads/ldap.c

index 08f3a138e822d3a530f323e78e31039481f7b2ef..b5412a0dd87a8df5ae8436302762259f674be261 100644 (file)
@@ -1863,6 +1863,7 @@ char *ads_parent_dn(const char *dn)
                "userPrincipalName",
 
                /* Additional attributes Samba checks */
+               "msDS-KeyVersionNumber",
                "msDS-AdditionalDnsHostName",
                "msDS-SupportedEncryptionTypes",
                "nTSecurityDescriptor",