| | |
| | | # If left blank, false is assumed
|
| | | realm.ldap.synchronizeUsers.enable = false
|
| | |
|
| | | # Defines the period to be used when synchronizing users from ldap. This is currently
|
| | | # only used for LDAP user synchronization.
|
| | | #
|
| | | # Must be of the form '<long> <TimeUnit>' where <TimeUnit> is one of 'MILLISECONDS', 'SECONDS', 'MINUTES', 'HOURS', 'DAYS' |
| | | # <long> is at least 5 Minutes if lower values are given the default is used.
|
| | | # default: 5 MINUTES
|
| | | #
|
| | | # RESTART REQUIRED
|
| | | realm.ldap.synchronizeUsers.ldapSyncPeriod = 5 MINUTES
|
| | |
|
| | | # Defines whether to delete non-existent LDAP users from the backing user service
|
| | | # during synchronization. depends on realm.ldap.synchronizeUsers.enable = true
|
| | | #
|