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
# (optional) Default country code to use if directory doesn't provide one for a user [Must be two-letter ISO-3166 code - see https://en.wikipedia.org/wiki/ISO_3166-1]
@@ -45,7 +45,7 @@ directory:
45
45
# dashboard_groups: a list of strings identifying the dashboard groups.
46
46
#
47
47
# a group in dashboard_groups can be qualified with, the first part being
48
-
# the accessor organization name.
48
+
# the trustee organization name.
49
49
# e.g. org1::Default Acrobat Pro DC configuration
50
50
#
51
51
# examples:
@@ -66,10 +66,6 @@ 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
-
73
69
logging:
74
70
# specifies whether you wish to generate a log file
if (identity_type=='federatedID'anddefault_country_code==Noneanduser_country_code==None):
126
-
mock_rules.logger.error.assert_called_with('User %s cannot be added as it has a blank country code and no default has been specified.','[email protected]')
0 commit comments