* 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.
This commit is contained in:
parent
26718a785a
commit
832ce406ae
14 changed files with 423 additions and 65 deletions
|
@ -2581,11 +2581,13 @@ auths.filter = User Filter
|
|||
auths.admin_filter = Admin Filter
|
||||
auths.restricted_filter = Restricted Filter
|
||||
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.
|
||||
auths.verify_group_membership = Verify group membership in LDAP
|
||||
auths.verify_group_membership = Verify group membership in LDAP (leave the filter empty to skip)
|
||||
auths.group_search_base = Group Search Base DN
|
||||
auths.valid_groups_filter = Valid Groups Filter
|
||||
auths.group_attribute_list_users = Group Attribute Containing List Of Users
|
||||
auths.user_attribute_in_group = User Attribute Listed In Group
|
||||
auths.map_group_to_team = Map LDAP groups to Organization teams (leave the field empty to skip)
|
||||
auths.map_group_to_team_removal = Remove users from synchronized teams if user does not belong to corresponding LDAP group
|
||||
auths.enable_ldap_groups = Enable LDAP groups
|
||||
auths.ms_ad_sa = MS AD Search Attributes
|
||||
auths.smtp_auth = SMTP Authentication Type
|
||||
auths.smtphost = SMTP Host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue