s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_RECYCLE_BIN ext. flag for DRSUAPI
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>
Tue, 2 Feb 2010 11:48:01 +0000 (13:48 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 5 Feb 2010 09:51:56 +0000 (10:51 +0100)
This flag corresponds to DRS_EXT_RECYCLE_BIN extended
flag in [MS-DRSR] documentation.

Reference:
  [MS-DRSR] - 5.37
Description:
  If present, signifies that the DC has enabled
  the Recycle Binoptional feature.

librpc/idl/drsuapi.idl

index 5a011cf126c096673cedf7617e22ba83f239a442..0a3c6a42b7b67fa8e863ce4946e5ec0358c7389e 100644 (file)
@@ -102,7 +102,8 @@ interface drsuapi
 
        typedef [bitmap32bit] bitmap {
                DRSUAPI_SUPPORTED_EXTENSION_ADAM                        = 0x00000001,
-               DRSUAPI_SUPPORTED_EXTENSION_LH_BETA2                    = 0x00000002
+               DRSUAPI_SUPPORTED_EXTENSION_LH_BETA2                    = 0x00000002,
+               DRSUAPI_SUPPORTED_EXTENSION_RECYCLE_BIN                 = 0x00000004
        } drsuapi_SupportedExtensionsExt;
 
        /* this is used by w2k */