Example project location
The example project can be found in the following location, relative to the UMRA Console program directory:
.\Example Projects\LDAP\ActiveDirectory\GroupUpdate\UpdateGroupMembership.upj
The project contains embedded input data representing user accounts. The user accounts do exist in the Active Directory domain. For each line of the input data, the project repeats the following steps:
- Setup a session with the LDAP Server running on the Active Directory domain controller.
- Setup an LDAP modification data structure that contains all the attributes and values required to update the members of a specific group.
- Update the group membership.

Figure 78: UMRA mass project to update group memberships.
The next sections describe the project in detail.
|