diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-01-14 14:19:22 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-01-14 15:37:59 +1100 |
commit | 60c5a5f39f6b5b709d3ecf97cbaed68f12181941 (patch) | |
tree | db83f4e4ede5fb2047cd9feb31560483c6660578 /librpc/idl | |
parent | 6f806b7079b7e1bde2bb3bccb08b33e4fc65edc5 (diff) | |
download | samba-60c5a5f39f6b5b709d3ecf97cbaed68f12181941.tar.gz samba-60c5a5f39f6b5b709d3ecf97cbaed68f12181941.tar.bz2 samba-60c5a5f39f6b5b709d3ecf97cbaed68f12181941.zip |
s4-idl: update the DRS_OPTIONS bits based on the latest WSPP docs
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/drsuapi.idl | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl index dadaeeee3a..a684926842 100644 --- a/librpc/idl/drsuapi.idl +++ b/librpc/idl/drsuapi.idl @@ -15,10 +15,11 @@ interface drsuapi { typedef bitmap samr_GroupAttrs samr_GroupAttrs; - /* see MS-DRSR section 5.37 */ + /* see MS-DRSR section 5.39 */ typedef [public,bitmap32bit] bitmap { DRSUAPI_DRS_ASYNC_OP = 0x00000001, DRSUAPI_DRS_GETCHG_CHECK = 0x00000002, + DRSUAPI_DRS_UPDATE_NOTIFICATION = 0x00000002, DRSUAPI_DRS_ADD_REF = 0x00000004, DRSUAPI_DRS_SYNC_ALL = 0x00000008, DRSUAPI_DRS_DEL_REF = 0x00000008, @@ -37,9 +38,16 @@ interface drsuapi DRSUAPI_DRS_REF_OK = 0x00004000, DRSUAPI_DRS_FULL_SYNC_NOW = 0x00008000, DRSUAPI_DRS_NO_SOURCE = 0x00008000, + DRSUAPI_DRS_FULL_SYNC_IN_PROGRESS = 0x00010000, DRSUAPI_DRS_FULL_SYNC_PACKET = 0x00020000, + DRSUAPI_DRS_SYNC_REQUEUE = 0x00040000, + DRSUAPI_DRS_SYNC_URGENT = 0x00080000, DRSUAPI_DRS_REF_GCSPN = 0x00100000, - DRSUAPI_DRS_SPECIAL_SECRET_PROCESSING = 0x00800000, + DRSUAPI_DRS_NO_DISCARD = 0x00100000, + DRSUAPI_DRS_NEVER_SYNCED = 0x00200000, + DRSUAPI_DRS_SPECIAL_SECRET_PROCESSING = 0x00400000, + DRSUAPI_DRS_INIT_SYNC_NOW = 0x00800000, + DRSUAPI_DRS_PREEMPTED = 0x01000000, DRSUAPI_DRS_SYNC_FORCED = 0x02000000, DRSUAPI_DRS_DISABLE_AUTO_SYNC = 0x04000000, DRSUAPI_DRS_DISABLE_PERIODIC_SYNC = 0x08000000, |