Properties
Update group membership for a selected user.
Requirements
An LdapClient module deployed with matching name as defined in "namespace".
Configuration
Control type: ActiveDirectoryUserEditGroupMember
namespace
Identifier of LdapClient module to use
"default"
columns
List array with columns to display
["cn","description"]
change_is_required
Force admin to update user, true
/false
false
base_dn
Search base DN.
"DC=company,DC=local"
scope
Search scope.
"SUB"
current_filter
Search filter. Used to fetch all groups the the user is a member of.
N/A
available_filter
Search filter. Used to fetch available groups.
N/A
This control works in conjunction with LdapClient module. It must be installed.
Exposed data to flow
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
Last updated