3.1.1.3.3.32 schemaUpdateIndicesNow

The requester must have the "Update-Schema-Cache" control access right on the nTDSDSA object for the DC or on the root of the schema NC. This operation is supported only when the fDisableAutoIndexingOnSchemaUpdate heuristic (section 6.1.1.2.4.1.2) is "2". If fDisableAutoIndexingOnSchemaUpdate is not "2", the operation fails with an error. After the completion of this operation, the subschema exposed by the server reflects the current state of the schema as defined by the attributeSchema and classSchema objects in the schema NC.

The type of modification can be add or replace, and the values specified in the LDAP modify operation do not matter. The following shows an LDIF sample that performs this operation.

 dn:
 changetype: modify
 add: schemaUpdateIndicesNow
 schemaUpdateIndicesNow: 1
 -

The other effects of schemaUpdateIndicesNow are outside the state model. An update of schemaUpdateIndicesNow causes the DC to verify its data indices. See section 3.1.1.3.4.1.32.1 for a note on indices.