We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f62c9 commit 2138b3eCopy full SHA for 2138b3e
conf/app.ini
@@ -441,7 +441,12 @@ OLDER_THAN = 24h
441
442
; Synchronize external user data (only LDAP user synchronization is supported)
443
[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)
447
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
450
UPDATE_EXISTING = true
451
452
[git]
0 commit comments