summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2010-02-02 13:46:20 +0200
committerStefan Metzmacher <metze@samba.org>2010-02-05 10:51:56 +0100
commit386f2c3d128878434813d5fdcc4923c56866c793 (patch)
tree2b7348934c7bca214277aa6a8d772e5790ec6a9c /librpc
parentd8a7718b9e73df1f0ddf1d78a6d07de395460101 (diff)
downloadsamba-386f2c3d128878434813d5fdcc4923c56866c793.tar.gz
samba-386f2c3d128878434813d5fdcc4923c56866c793.tar.bz2
samba-386f2c3d128878434813d5fdcc4923c56866c793.zip
s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V10 flag for DRSUAPI
This flag corresponds to DRS_EXT_GETCHGREQ_V10 flag in [MS-DRSR] documentation. Reference: [MS-DRSR] - 5.37 Description: If present, signifies that the DC supports DRS_MSG_GETCHGREQ_V10.
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/drsuapi.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl
index fec75f23a0..5a011cf126 100644
--- a/librpc/idl/drsuapi.idl
+++ b/librpc/idl/drsuapi.idl
@@ -95,7 +95,7 @@ interface drsuapi
DRSUAPI_SUPPORTED_EXTENSION_GETCHGREPLY_V7 = 0x08000000,
DRSUAPI_SUPPORTED_EXTENSION_VERIFY_OBJECT = 0x08000000,
DRSUAPI_SUPPORTED_EXTENSION_XPRESS_COMPRESS = 0x10000000,
- DRSUAPI_SUPPORTED_EXTENSION_20000000 = 0x20000000,
+ DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V10 = 0x20000000,
DRSUAPI_SUPPORTED_EXTENSION_40000000 = 0x40000000,
DRSUAPI_SUPPORTED_EXTENSION_80000000 = 0x80000000
} drsuapi_SupportedExtensions;