diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-08-17 09:59:18 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-08-17 21:21:49 +1000 |
commit | 191d632e237761004fe0fe79a29a7274b7267d45 (patch) | |
tree | 311b783e35f9344b69417c9796541d4b6a174d9e /source4/lib/ldb/include | |
parent | dcd9fcc7b395cc2babfa89aa26163e43186ad669 (diff) | |
download | samba-191d632e237761004fe0fe79a29a7274b7267d45.tar.gz samba-191d632e237761004fe0fe79a29a7274b7267d45.tar.bz2 samba-191d632e237761004fe0fe79a29a7274b7267d45.zip |
s4-dsdb: added support for LDB_CONTROL_RODC_DCPROMO_OID
this control adds a unique msDS-SecondaryKrbTgtNumber attribute to a
user object.
There is some 'interesting' interaction with the rangeLower and
rangeUpper attributes and this add. We don't implementat
rangeLower/rangeUpper yet, but when we do we'll need an override for
this control (or be careful about module ordering).
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index 53ae0e4c18..f3ec1ed606 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -679,6 +679,12 @@ typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque); */ #define LDB_CONTROL_RELAX_OID "1.3.6.1.4.1.4203.666.5.12" +/** + control for RODC join + See [MS-ADTS] section 3.1.1.3.4.1.23 +*/ +#define LDB_CONTROL_RODC_DCPROMO_OID "1.2.840.113556.1.4.1341" + /* OID for LDAP Extended Operation PASSWORD_CHANGE. |