Deleting a user from LDAP

Hi ,

I have to delete a user from the Ldap and the group he is associated to,

can anyone tell me how do we do it. Should we need to modify the resources template each time for deleting the person from ou= people and ou=groups. Can I use disableUser. Pls let me know the solution for the same.

Regards

Jeyanth

[339 byte] By [jeyanth23a] at [2007-11-27 2:26:24]
# 1
anyone ?
jeyanth23a at 2007-7-12 2:35:44 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

You should be able to use the deleteAccounts operation to get rid of the user. If you're lucky, the directory server has referential integrity turned on -- this will remove the user from groups when the user's entry is deleted.

If the directory doesn't have refernetial integrity, then you'll have to develop a workflow to do it. Checkout the user, set the groups attribute to null, checkin the user, and then proceed into the deprovision workflow to remove the LDAP account.

Jason

jsalleea at 2007-7-12 2:35:44 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
Why not in the form just remove the resource from waveset.resources and global.ldapGroups where ldapGroups are part of the resources attributes?
dmander2a at 2007-7-12 2:35:44 > top of Java-index,Web & Directory Servers,Directory Servers...