s4-dsdb: set LDB_FLAG_INTERNAL_DISABLE_VALIDATION for msDS-SecondaryKrbTgtNumber
authorAndrew Tridgell <tridge@samba.org>
Tue, 17 Aug 2010 02:06:24 +0000 (12:06 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 17 Aug 2010 11:21:50 +0000 (21:21 +1000)
commitf6e0b151a32a2fa450ded3af2fd87d9767cd4540
treeb9f7294c26dde497ce13cb81c0ba593f110e6b2e
parent0caf347098913e9d224d1db4b48887e2b78bae03
s4-dsdb: set LDB_FLAG_INTERNAL_DISABLE_VALIDATION for msDS-SecondaryKrbTgtNumber

msDS-SecondaryKrbTgtNumber is setup with a value that is outside the
range allowed by the schema (the schema has
rangeLower==rangeUpper==65536). We need to mark this element as being
internally generated to avoid the range checks

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/samldb.c