From 55791799b54e947c6ef825a05a0d141fc1436b9e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 17 Jul 2008 13:32:19 +0200 Subject: dssync: skip analysis of the msDS_KeyVersionNumber attribute: It is a calculated attribute that won't get distributed via replication. Michael (This used to be commit d75b7a2052f1e447f2b3b63fdb054abef4403edf) --- source3/libnet/libnet_dssync_keytab.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/libnet/libnet_dssync_keytab.c') diff --git a/source3/libnet/libnet_dssync_keytab.c b/source3/libnet/libnet_dssync_keytab.c index ac94d24447f..350aa033208 100644 --- a/source3/libnet/libnet_dssync_keytab.c +++ b/source3/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, -- cgit