mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r11187: in case the msDS-KeyVersionNumber is replicated (I didn't assume this...)
show the string in the debug output, and show it with
--option="dssync:print_pwd_blobs=yes"
metze
(This used to be commit 98c1e8e3df
)
This commit is contained in:
parent
7e3d377b1d
commit
c1113796eb
@ -391,6 +391,7 @@ interface drsuapi
|
||||
DRSUAPI_ATTRIBUTE_serverReference = 0x00090203,
|
||||
DRSUAPI_ATTRIBUTE_objectCategory = 0x0009030e,
|
||||
DRSUAPI_ATTRIBUTE_msDS_Behavior_Version = 0x000905b3,
|
||||
DRSUAPI_ATTRIBUTE_msDS_KeyVersionNumber = 0x000906f6,
|
||||
DRSUAPI_ATTRIBUTE_msDS_HasDomainNCs = 0x0009071c,
|
||||
DRSUAPI_ATTRIBUTE_msDS_hasMasterNCs = 0x0009072c
|
||||
} drsuapi_DsAttributeId;
|
||||
|
@ -334,6 +334,9 @@ static void test_analyse_objects(struct DsSyncTest *ctx,
|
||||
case DRSUAPI_ATTRIBUTE_supplementalCredentials:
|
||||
name = "supplementalCredentials";
|
||||
break;
|
||||
case DRSUAPI_ATTRIBUTE_msDS_KeyVersionNumber:
|
||||
name = "msDS-KeyVersionNumber";
|
||||
break;
|
||||
default:
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user