From: Pavel Filipenský Date: Tue, 23 Jan 2024 16:19:30 +0000 (+0100) Subject: s3:libads: Request "msDS-KeyVersionNumber" from ads_find_machine_acct() X-Git-Tag: tdb-1.4.11~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3ff6871197f9b3aef58804c07328ecf4feec5fe;p=thirdparty%2Fsamba.git s3:libads: Request "msDS-KeyVersionNumber" from ads_find_machine_acct() BUG: https://bugzilla.samba.org/show_bug.cgi?id=6750 Signed-off-by: Pavel Filipenský Reviewed-by: Stefan Metzmacher --- diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 08f3a138e82..b5412a0dd87 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -1863,6 +1863,7 @@ char *ads_parent_dn(const char *dn) "userPrincipalName", /* Additional attributes Samba checks */ + "msDS-KeyVersionNumber", "msDS-AdditionalDnsHostName", "msDS-SupportedEncryptionTypes", "nTSecurityDescriptor",