|
|
|
|
Testimonial:
|
|
| This product is very usefull! I'm working with 3 differents AD in the same plant. Managing and automating creation of users, groups. It's a wonderfull product that I use since September 2002! Claude Lacombe Network/Server Administrator Corus S.E.C http://www.corusgroup-canada.com | | read more... |
|
|
|
|
Deleting user accounts in Novell eDirectory
To delete user accounts or other directory service items, a very simple UMRA script is required. The script contains two action only:
- Setup LDAP session: Connect to the LDAP Server and authenticate the connecting eDirectory user account;
- Delete directory service object (LDAP): Delete the directory service object or item. The object to delete must be specified by its distinguished name. Example: cn=John Smith, ou=SomeOU, o=Tools4ever.
To delete an item from the directory service, no attribute modification structure is required. When the directory service item is deleted, all attributes of the item are deleted automatically.
| |