mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
s4-dsdb: added DSDB_CONTROL_DBCHECK
this will be used for overrides by the dbcheck validator Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
ea41860d32
commit
c2d70af1a7
@ -1151,4 +1151,5 @@ void initdsdb(void)
|
||||
ADD_DSDB_STRING(DSDB_SYNTAX_BINARY_DN);
|
||||
ADD_DSDB_STRING(DSDB_SYNTAX_STRING_DN);
|
||||
ADD_DSDB_STRING(DSDB_SYNTAX_OR_NAME);
|
||||
ADD_DSDB_STRING(DSDB_CONTROL_DBCHECK);
|
||||
}
|
||||
|
@ -99,6 +99,9 @@ struct dsdb_control_password_change_status {
|
||||
/* passed when we want special behaviour for partial replicas */
|
||||
#define DSDB_CONTROL_PARTIAL_REPLICA "1.3.6.1.4.1.7165.4.3.18"
|
||||
|
||||
/* passed when we want special behaviour for dbcheck */
|
||||
#define DSDB_CONTROL_DBCHECK "1.3.6.1.4.1.7165.4.3.19"
|
||||
|
||||
struct dsdb_control_password_change {
|
||||
const struct samr_Password *old_nt_pwd_hash;
|
||||
const struct samr_Password *old_lm_pwd_hash;
|
||||
|
@ -193,6 +193,7 @@
|
||||
#Allocated: LDB_CONTROL_PROVISION_OID 1.3.6.1.4.1.7165.4.3.16
|
||||
#Allocated: DSDB_CONTROL_NO_GLOBAL_CATALOG 1.3.6.1.4.1.7165.4.3.17
|
||||
#Allocated: DSDB_CONTROL_PARTIAL_REPLICA 1.3.6.1.4.1.7165.4.3.18
|
||||
#Allocated: DSDB_CONTROL_DBCHECK 1.3.6.1.4.1.7165.4.3.19
|
||||
|
||||
# Extended 1.3.6.1.4.1.7165.4.4.x
|
||||
#Allocated: DSDB_EXTENDED_REPLICATED_OBJECTS_OID 1.3.6.1.4.1.7165.4.4.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user