Versions Compared

Key

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

Home / Identity Administration / Computers / LDAP Virtual Directory / Current: Configuring LDAP Auth for Linux

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:

LDAPCreateAccount - This workflow creates

.

WorkflowWhat it does in an EmpowerID connected directory 

LDAPCreateAccount 

Creates a new user account object
within a directory to which EmpowerID is connected.LDAPCreateOU - This workflow creates
LDAPCreateOU Creates a new OU container
within a directory to which EmpowerID is connected.LDAPCreateGroup - This workflow creates
LDAPCreateGroup Creates a new group object
within a directory to which EmpowerID is connected.
  • LDAPUpdateAccount - This workflow updates an account object within a directory to which EmpowerID is connected.
  • LDAPUpdateOU - This workflow updates an OU container within a directory to which EmpowerID is connected.
  • LDAPUpdateGroup - This workflow updates a group object within a directory to which EmpowerID is connected.
  • LDAPDeleteAccount - This workflow deletes a user account object within a directory to which EmpowerID is connected.
  • LDAPDeleteOU - This workflow deletes an OU container within a directory to which EmpowerID is connected.
  • LDAPDeleteGroup - This workflow deletes a group within a directory to which EmpowerID is connected.
    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.

    ...