Skip to content

Commit 46f62c9

Browse files
committed
Specify in app.ini that only LDAP user sync is supported
1 parent 9b330de commit 46f62c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/app.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ SCHEDULE = @every 24h
439439
; Archives created more than OLDER_THAN ago are subject to deletion
440440
OLDER_THAN = 24h
441441

442-
; Synchronize external user data
442+
; Synchronize external user data (only LDAP user synchronization is supported)
443443
[cron.sync_external_users]
444444
SCHEDULE = @every 24h
445445
UPDATE_EXISTING = true

0 commit comments

Comments
 (0)