Update group membership for a selected user.
An LdapClient module deployed with matching name as defined in "namespace".
type
Must be ActiveDirectoryUserEditGroupMember
N/A
config.namespace
Identifier of LdapClient module to use
"default"
config.columns
List array with columns to display
["cn","description"]
config.change_is_required
Force admin to update user, true
/false
false
config.base_dn
Search base DN.
"DC=company,DC=local"
config.scope
Search scope.
"SUB"
config.current_filter
Search filter. Used to fetch all groups the the user is a member of.
N/A
config.available_filter
Search filter. Used to fetch available groups.
N/A
This control works in conjunction with LdapClient module. It must be installed.
Object array, "ad_pending_remove" - contains data on what groups to remove from user.
Object array, "ad_pending_add" - contains data on what groups to add to user.
Array data will have the syntax:
Valves used in finalize pipe
ActiveDirectoryAddMemberToGroups
Used to add a single group member to groups
ActiveDirectoryRemoveMemberFromGroups
Used to remove a single group member from groups
Update group membership for a selected user.
Use this control to manage groups for a selected user. Note. To select the user, which often is done in a previous step, use the control Selector.