Adding the user account
The LDAP session and Object data properties are specified using variables. The New object name property specifies the full object distinguished name of the Active Directory item and thus determines the position in the directory service tree. In this example, all user accounts are created in the same organizational unit. The common name (CN) is copied from the input data:
cn=%SurName%,ou=Sales,dc=tools4ever,dc=local3
The full name must be unique in the Active Directory tree.
|