Parameter:
LDAPConfigUpdateIntervalShort description: Interval in minutes at which the LDAP task re-reads its configuration (Directory, schema).
Profile
Parameter | LDAPConfigUpdateInterval |
Category | General |
Component | Server |
Available since | R5 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | Integer in minutes, default 3 |
Description
The Domino LDAP task periodically reloads the schema and the Directory configuration document so that changes (e.g. new fields in the Person document, new LDAP realms, modified search rules) take effect without a server restart.
LDAPConfigUpdateInterval sets that interval in minutes.The default value of 3 minutes is a sensible compromise between freshness and load; in directories with many changes (onboarding, frequent schema adjustments) it can be reduced to 1, in stable environments increased.
Example configuration
LDAPConfigUpdateInterval=2
Notes & pitfalls
- Value in minutes.
- Does not apply to LDAP replication – standard replication intervals govern that.
- Low values raise the load on the Directory (lookup work on every reload).
- Manual reload at any time via
tell ldap reload.
- The change only takes effect after a restart of the LDAP task.