dssync: skip analysis of the msDS_KeyVersionNumber attribute:
authorMichael Adam <obnox@samba.org>
Thu, 17 Jul 2008 11:32:19 +0000 (13:32 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 1 Aug 2008 14:04:41 +0000 (16:04 +0200)
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

index ac94d24447fa7d85dc62f0c6942685420fa6b9b1..350aa033208f08f9415df1a5e523b70e783c5a8b 100644 (file)
@@ -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,