s4-dsdb: added support for LDB_CONTROL_RODC_DCPROMO_OID
authorAndrew Tridgell <tridge@samba.org>
Mon, 16 Aug 2010 23:59:18 +0000 (09:59 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 17 Aug 2010 11:21:49 +0000 (21:21 +1000)
commit191d632e237761004fe0fe79a29a7274b7267d45
tree311b783e35f9344b69417c9796541d4b6a174d9e
parentdcd9fcc7b395cc2babfa89aa26163e43186ad669
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>
source4/dsdb/samdb/ldb_modules/samldb.c
source4/lib/ldb/include/ldb.h
source4/libcli/ldap/ldap_controls.c