User secure LDAP when connecting to a not trusted environment.
Such a project can be used when a foreign domain is managed and the UMRA software runs on a computer that has no trust relationship with the domain. By using SSL, the application is completely secure.
The example project can be found in the following location, relative to the UMRA Console program directory:
.\Example Projects\LDAP\ActiveDirectory\AddUserMass\LdapADUserAccountMass.upj
- The project contains embedded fake input data representing user accounts. For each line of the input data, the project repeats the following steps:
- Setup a secure 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 create an user account.
- Add the account in the specified container (domain, container or organizational unit) of Active Directory.

Figure 55: Example project to create mass user accounts in Active Directory using secure LDAP.
The following section describes the script of the project in detail.
|