Directory Engine Configuration

The Directory Engine component manages resources and organization models.

The configurable properties for the Directory Engine component are:

Property Name Default Value Description
adminLdapAlias system  
adminLdapName tibco-admin The name of the internal user who is authorized to log in until another user is configured. See Configuring the Admin User.
AutoResourceDeleteEnabled false

Enables, or disables, the automatic deletion of those resources deemed to be invalid. A resource is deemed to be invalid when the LDAP entry, from which it originates, can no longer be found. When this property is true, the processing of invalid resources is performed as part of the dynamic population of organization models.

This property only applies when AutoResourceGenEnable is true.

AutoResourceGenEnable true

Enables, or disables, the processing of resource candidate queries; to automatically populate positions and groups with resources, according to configured LDAP queries.

In a multi-node environment, only one node is chosen (at random) to schedule and process the candidate query processing events. If that node is stopped, another node will be chosen to take over the scheduling and processing.

AutoResourceGenStart 03:30

The time of day (expressed in the JVM's default time-zone) at which the first candidate query processing will be scheduled. The accepted format for this value is "hh:mm"; where "hh" is a value from "00" to "23", and "mm" if a value from "00" to "59".

In a multi-node environment, only one node is chosen (at random) to schedule and process the candidate query processing events. If that node is stopped, another node will be chosen to take over the scheduling and processing.

Subsequent processing events are scheduled according to the value of the property AutoResourceGenInterval.

This property only applies when AutoResourceGenEnable is true.

Note: Candidate query processing should be scheduled during off-peak hours when there is no user activity.
AutoResourceGenInterval P1D

The delay between the start of one candidate query processing event and the next. This value should be great enough to ensure that two events do not overlap. If a processing event does not complete within the specified interval, events may be skipped.

The value is expressed as an XML Schema Duration string (for example, "P1D" = once per day, "PT12H" = once every 12 hours).

This property only applies when AutoResourceGenEnable is true.