Skip to content

Commit 2138b3e

Browse files
committed
Add comments to app.ini about external source synchronization job
1 parent 46f62c9 commit 2138b3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

conf/app.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,12 @@ OLDER_THAN = 24h
441441

442442
; Synchronize external user data (only LDAP user synchronization is supported)
443443
[cron.sync_external_users]
444+
; Syncronize external user data when starting server (default false)
445+
RUN_AT_START = false
446+
; Interval as a duration between each synchronization (default every 24h)
444447
SCHEDULE = @every 24h
448+
; Create new users, update existing user data and disable users that are not in external source anymore (default)
449+
; or only create new users if UPDATE_EXISTING is set to false
445450
UPDATE_EXISTING = true
446451

447452
[git]

0 commit comments

Comments
 (0)