diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-09-28 09:30:44 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-10-04 15:08:57 +1100 |
commit | 1870fc49ddf8928d2ae932a5fd0a408ece419dcd (patch) | |
tree | 890c70de9d64afae4ca70cf4543804a49a2c460b /source4/dsdb/samdb | |
parent | 50d6a76a14651147e3cfd82ea9b0e45f412f2d00 (diff) | |
download | samba-1870fc49ddf8928d2ae932a5fd0a408ece419dcd.tar.gz samba-1870fc49ddf8928d2ae932a5fd0a408ece419dcd.tar.bz2 samba-1870fc49ddf8928d2ae932a5fd0a408ece419dcd.zip |
s4-dsdb: added DSDB_REPL_FLAG_ADD_NCNAME flag
Diffstat (limited to 'source4/dsdb/samdb')
-rw-r--r-- | source4/dsdb/samdb/samdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h index 12c0034f2f..601b6765d1 100644 --- a/source4/dsdb/samdb/samdb.h +++ b/source4/dsdb/samdb/samdb.h @@ -59,6 +59,7 @@ struct dsdb_control_current_partition { */ #define DSDB_REPL_FLAG_PRIORITISE_INCOMING 1 #define DSDB_REPL_FLAG_PARTIAL_REPLICA 2 +#define DSDB_REPL_FLAG_ADD_NCNAME 4 #define DSDB_CONTROL_REPLICATED_UPDATE_OID "1.3.6.1.4.1.7165.4.3.3" |