From: Michael Adam Date: Thu, 17 Jul 2008 11:32:19 +0000 (+0200) Subject: dssync: skip analysis of the msDS_KeyVersionNumber attribute: X-Git-Tag: samba-3.3.0pre1~331 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d75b7a2052f1e447f2b3b63fdb054abef4403edf;p=thirdparty%2Fsamba.git dssync: skip analysis of the msDS_KeyVersionNumber attribute: It is a calculated attribute that won't get distributed via replication. Michael --- diff --git a/source/libnet/libnet_dssync_keytab.c b/source/libnet/libnet_dssync_keytab.c index ac94d24447f..350aa033208 100644 --- a/source/libnet/libnet_dssync_keytab.c +++ b/source/libnet/libnet_dssync_keytab.c @@ -216,9 +216,6 @@ static NTSTATUS parse_object(TALLOC_CTX *mem_ctx, pwd_history_len = blob->length / 16; pwd_history = blob->data; break; - case DRSUAPI_ATTRIBUTE_msDS_KeyVersionNumber: - kvno = IVAL(blob->data, 0); - break; case DRSUAPI_ATTRIBUTE_userPrincipalName: pull_string_talloc(mem_ctx, NULL, 0, &upn, blob->data, blob->length,