International

Testimonial

This is a great product. We use it to create and delete ALL our Active directory accounts. Very easy to setup and use.

Ryan Corcoran

Carroll University

We help you!

Want to know more? A price quote or online demo?

Call us +852 - 2512 8491 sales@logon-int.com Give me an online demo

Testimonial

I find your product very superb and useful in managing Active Directory. Kudos.

Jimmy Adeyemi-Offor

University of Botswana Read more...

Previous Topic

Next Topic

Book Contents

Add directory service object

Finally the user account is created with script action Add directory service object (LDAP). During this action, the UMRA software actually communicates with the LDAP Server.

Figure 21: Add directory service object (LDAP) script action.

The action has 3 attributes:

  1. LDAP session: The session is specified by a variable and must have been initialized with a previously executed action Setup LDAP session.
  2. New object name: The common name of the new LDAP object. The name must be specified as a distinguished name and depends on the directory service structure. In this example, the account is created in organizational unit UserAccounts, part of the organization Tools4ever of the eDirectory tree. The first part of the new name is composed from the 2 variables %GivenName% and %SurName%. The total name must be unique in the directory service.
  3. Object data: The modification data structure that is the result of script action Load LDAP modification data. The data is referenced using a variable, %LdapData% in this example.

See Also

Example project

Setting up LDAP session

Loading LDAP modification data

Log information