Home / Identity Administration / Computers / LDAP Virtual Directory / Current: Manipulating Directory Objects
| Style | ||
|---|---|---|
| ||
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.
| Workflow | What 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 |
| LDAPUpdateGroup | Updates a group object |
| LDAPDeleteAccount | Deletes a user account object |
| LDAPDeleteOU | Deletes an OU container |
| LDAPDeleteGroup | Deletes 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.
...