mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
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)
This commit is contained in:
parent
26cceb8118
commit
55791799b5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user