Implements the LDAP Incremental values control feature. Ordinarily, the publisher will receive all member values of a group when one or more values have changed. This option reports only the added or deleted member values during the poll interval.
reports only the added or deleted member values during the poll interval.
retrieves all member values of a group when one or more values have changed.
IMPORTANT:This parameter is optional and does not exist when the driver is imported. Add it manually after importing the driver, by adding the following XML code to the driver configuration file:
<definition display-name="Enable DirSync Incremental Values" hide="false"
id="115"
name="enable-incremental-values" type="enum">
<description>Ordinarily the publisher will receive all member values of a group when one or more has changed. This option reports only the added or deleted values during the poll interval.
Requires 2003 Forest functional mode.
</description>
<enum-choice display-name="Yes">yes</enum-choice>
<enum-choice display-name="No">no</enum-choice>
<value>yes</value>
</definition>
NOTE:For this feature to work, the Windows 2003 Forest and domain must be in the ‘Windows Server 2003’ functional level.
|