Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Home / Identity Administration / Computers / LDAP Virtual Directory / Current: Manipulating Directory Objects

Style
importhttps://docs.empowerid.com/docs.css


EmpowerID includes a number of CRUD (create, read, update, delete) workflows for manipulating directory objects via the EmpowerID Virtual Directory. These workflows include the following.

WorkflowWhat it does in an EmpowerID connected directory 

LDAPCreateAccount 

Creates a new user account object
LDAPCreateOU Creates a new OU container
LDAPCreateGroup Creates a new group object
LDAPUpdateAccount Updates an account object
LDAPUpdateOU Updates an OU container 
LDAPUpdateGroupUpdates a group object 
LDAPDeleteAccountDeletes a user account object 
LDAPDeleteOUDeletes an OU container 
LDAPDeleteGroupDeletes a group 


In this topic, we demonstrate how to create new directory objects by creating a new AD user account from the EmpowerID Virtual Directory.

...

To create a new user account via the EmpowerID Virtual Directory


Info

Depending on the tool you use for managing directory objects, the steps depicted below may differ for you.


  1. From your LDAP management tool, navigate to the EmpowerID root tree node and then expand the o=empowerid and cn=directories nodes.
    Image Removed
    Image Added

  2. Expand the the appropriate directory node and locate the OU in which you wish to place the new user account.
  3. Right-click the OU node and select New, then New Entry.
    Image Removed
    Image Added

  4. In the Entry Creation Wizard that appears, select Template-Based and then click Next.
    Image Removed
    Image Added

  5. Select User and then click Next.
    Image Removed
    Image Added

  6. Specify cn as the RDN type, enter the appropriate value for the type and then click Next.
    Image Removed
    Image Added

  7. Review the entry and then click Finish.
    Image Removed
    Image Added

  8. Wait while the workflow executes.
    Image Removed
    Image Added