Example project location
The example project can be found at the following location, relative to the UMRA Console directory:
.\Example Projects\LDAP\ActiveDirectory\SearchResetPassword
The UMRA application contains the following projects:
Project
|
Description
|
LdapAd_Init
|
Initialize all of the variables used by the other projects of the application. This project is executed by the other projects.
|
LdapAd_Search
|
Search the user accounts in Active Directory using an LDAP query. The resulting user accounts are stored in a table that is passed to the next project of the wizard.
|
LdapAd_ResetPassword
|
Present the form to the end-user. When the form is submitted, reset the password of the selected user account.
|
Table 12: Projects of the UMRA application to reset passwords
The next sections describe each of the projects in detail.
|