You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/example.user-sync-config.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,10 @@ directory:
66
66
# Default is:
67
67
# user_identity_type: enterpriseID
68
68
69
+
limits:
70
+
max_deletions_per_run: 10# if --remove-nonexistent-users is specified, this is the most users that will be removed. Others will be left for a later run. A critical message will be logged.
71
+
max_missing_users: 200# if more than this number of user accounts are not found in the directory, user sync will abort with an error and a critical message will be logged.
72
+
69
73
logging:
70
74
# specifies whether you wish to generate a log file
self.logger.info('Federated orphaned users to be removed: %s', [self.get_dashboard_user_key(dashboard_user) fordashboard_userinorphaned_federated_dashboard_users])
0 commit comments