@@ -126,26 +126,40 @@ identity_source:
126126user_sync :
127127 sign_only_limit : 100
128128 sign_only_user_action : reset
129-
130- # # Storage location of Sign data cache. This contains cached users, groups and user assignent info
131- # # The cache will refresh after 24 hours
132- cache :
133- path : cache/sign
129+ umg : True
134130
135131# # User management group/role mappings
136132user_management :
137133 - directory_group : Sign Users 1
138- sign_group : Group 1
139- group_admin : False
140- account_admin : False
134+ sign_group :
135+ - Group 1
136+ - Group 2
141137 - directory_group : Sign Users 1 Admins
142138 sign_group : Group 1
143- group_admin : True
144- account_admin : False
139+ admin_groups :
140+ - Group 1
145141 - directory_group : Sign Admins
146142 sign_group :
147- group_admin : False
148- account_admin : True
143+
144+ # # If user belongs to any of the follow directory groups, assign them
145+ # # account admin privileges
146+ account_admin_groups :
147+ - Sign Admins 1
148+ - Sign Admins 2
149+
150+ # # If Users in Muliple Groups (UMG feature) is enabled, then rules must
151+ # # be specified to designate a primary group for each user
152+ primary_group_rules :
153+ # Sign_groups list can specify groups that aren't necessarily assigned
154+ # the user in the sync tool
155+ # Each rule is evaluated in order, so the first rule in the list that
156+ # matches a given user will apply to that user
157+ - sign_groups :
158+ - Sign Group 1
159+ - Sign Group 2
160+ # assign the primary group only if the user is a member of all groups
161+ # specified in sign_groups
162+ primary_group : Sign Group 2
149163
150164# # Logging options
151165logging :
@@ -159,7 +173,6 @@ logging:
159173invocation_defaults :
160174 users : mapped
161175 test_mode : False
162-
163176` ` `
164177
165178#### A Closer Look
@@ -209,6 +222,7 @@ Define general sync behavior.
209222user_sync:
210223 sign_only_limit: 100
211224 sign_only_user_action: reset
225+ umg: False
212226` ` `
213227
214228* `sign_only_limit` - similar to `max_adobe_only_users` in
0 commit comments