summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2010-02-02 13:48:01 +0200
committerStefan Metzmacher <metze@samba.org>2010-02-05 10:51:56 +0100
commit5c7f55ba26504d48bdf08031bb5f80a1e6639362 (patch)
tree27c1f4a255366a770fe0b9701c2e9a98cf35fde8 /librpc/idl
parent386f2c3d128878434813d5fdcc4923c56866c793 (diff)
downloadsamba-5c7f55ba26504d48bdf08031bb5f80a1e6639362.tar.gz
samba-5c7f55ba26504d48bdf08031bb5f80a1e6639362.tar.bz2
samba-5c7f55ba26504d48bdf08031bb5f80a1e6639362.zip
s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_RECYCLE_BIN ext. flag for DRSUAPI
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.
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/drsuapi.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl
index 5a011cf126..0a3c6a42b7 100644
--- a/librpc/idl/drsuapi.idl
+++ b/librpc/idl/drsuapi.idl
@@ -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 */