Skip to content

Commit

Permalink
drsuapi.idl: add DRSUAPI_ATTID_objectGUID and DRSUAPI_ATTID_replPrope…
Browse files Browse the repository at this point in the history
…rtyMetaData

These might be usefull in future if we want to fast check
against dsdb_attribute->attributeID_id, instead of an expensive
ldb_attr_cmp(). They will never appear in replPropertyMetaData.

Signed-off-by: Stefan Metzmacher <[email protected]>
Reviewed-by: Volker Lendecke <[email protected]>
  • Loading branch information
metze-samba authored and vlendec committed Feb 1, 2016
1 parent 14f1a94 commit 9c09911
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions librpc/idl/drsuapi.idl
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,8 @@ interface drsuapi
DRSUAPI_ATTID_auxiliaryClass = 0x0002015f,
DRSUAPI_ATTID_lDAPDisplayName = 0x000201cc,
DRSUAPI_ATTID_name = 0x00090001,
DRSUAPI_ATTID_objectGUID = 0x00090002,
DRSUAPI_ATTID_replPropertyMetaData = 0x00090003,
DRSUAPI_ATTID_userAccountControl = 0x00090008,
DRSUAPI_ATTID_badPwdCount = 0x0009000c,
DRSUAPI_ATTID_codePage = 0x00090010,
Expand Down

0 comments on commit 9c09911

Please sign in to comment.