drsuapi.idl: add drsuapi_DrsMoreOptions with DRSUAPI_DRS_GET_TGT
authorStefan Metzmacher <metze@samba.org>
Tue, 29 Nov 2016 08:22:44 +0000 (09:22 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 8 Feb 2017 22:20:18 +0000 (23:20 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/drsuapi.idl

index c3af8a5d2c2032280848468170d67095c9ece67e..d2b3dcf02cbaa9048a9b4da2bc71ea457e4fbe3a 100644 (file)
@@ -58,6 +58,10 @@ interface drsuapi
                DRSUAPI_DRS_GET_ALL_GROUP_MEMBERSHIP  = 0x80000000
        } drsuapi_DrsOptions;
 
+       typedef [public,bitmap32bit] bitmap {
+               DRSUAPI_DRS_GET_TGT                   = 0x00000001
+       } drsuapi_DrsMoreOptions;
+
        /* see DRS_MSG_REPMOD_V1 */
        typedef [public,bitmap32bit] bitmap {
                DRSUAPI_DRS_UPDATE_FLAGS              = 0x00000001,
@@ -587,7 +591,7 @@ interface drsuapi
                drsuapi_DsPartialAttributeSet *partial_attribute_set;
                drsuapi_DsPartialAttributeSet *partial_attribute_set_ex;
                drsuapi_DsReplicaOIDMapping_Ctr mapping_ctr;
-               uint32 more_flags;
+               drsuapi_DrsMoreOptions more_flags;
        } drsuapi_DsGetNCChangesRequest10;
 
        typedef [switch_type(uint32)] union {