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
* Add setting for a JSON that maps LDAP groups to Org Teams.
* Add log when removing or adding team members.
* Sync is being run on login and periodically.
* Existing group filter settings are reused.
* Adding and removing team members.
* Sync not existing LDAP group.
* Login with broken group map JSON.
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2581,11 +2581,13 @@ auths.filter = User Filter
2581
2581
auths.admin_filter = Admin Filter
2582
2582
auths.restricted_filter = Restricted Filter
2583
2583
auths.restricted_filter_helper = Leave empty to not set any users as restricted. Use an asterisk ('*') to set all users that do not match Admin Filter as restricted.
2584
-
auths.verify_group_membership = Verify group membership in LDAP
2584
+
auths.verify_group_membership = Verify group membership in LDAP (leave the filter empty to skip)
2585
2585
auths.group_search_base = Group Search Base DN
2586
-
auths.valid_groups_filter = Valid Groups Filter
2587
2586
auths.group_attribute_list_users = Group Attribute Containing List Of Users
2588
2587
auths.user_attribute_in_group = User Attribute Listed In Group
2588
+
auths.map_group_to_team = Map LDAP groups to Organization teams (leave the field empty to skip)
2589
+
auths.map_group_to_team_removal = Remove users from synchronized teams if user does not belong to corresponding LDAP group
0 commit comments