diff options
author | Matthieu Patou <mat@matws.net> | 2010-06-22 19:56:37 +0400 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-07-15 22:08:20 +1000 |
commit | d861ebbd8167cf6da6d7565799dbc5267adf6bae (patch) | |
tree | 1e4e3fe5baba0bf34ab9f32f0151be306189707f /source4/dsdb | |
parent | b67a71f00bb84f14f7568d0afe143843d31a0a45 (diff) | |
download | samba-d861ebbd8167cf6da6d7565799dbc5267adf6bae.tar.gz samba-d861ebbd8167cf6da6d7565799dbc5267adf6bae.tar.bz2 samba-d861ebbd8167cf6da6d7565799dbc5267adf6bae.zip |
s4 dsdb: create a new control: changereplmetadata
This control is designed to allow replmetadata to be specified
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/samdb/samdb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h index 8b45cd0180..75aae7f108 100644 --- a/source4/dsdb/samdb/samdb.h +++ b/source4/dsdb/samdb/samdb.h @@ -92,6 +92,12 @@ struct dsdb_control_password_change_status { */ #define DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID "1.3.6.1.4.1.7165.4.3.12" +/** + OID used to allow the replacement of replPropertyMetaData. + It is used when the current replmetadata needs to be edited. +*/ +#define DSDB_CONTROL_CHANGEREPLMETADATA_OID "1.3.6.1.4.1.7165.4.3.14" + #define DSDB_EXTENDED_REPLICATED_OBJECTS_OID "1.3.6.1.4.1.7165.4.4.1" struct dsdb_extended_replicated_object { struct ldb_message *msg; |