User Management Plugin?

Does anyone know of a user management plugin? In my implementation of Openfire we’re using LDAP as the user directory. As a result the user account feature is read-only. I’m looking for a way to deactivate/delete a user without affecting the contents of LDAP. Or is there another way that anyone in this community knows to deactivate or suspend an account? Thanks in advance for any assistance.

-Rob

If you are using LDAP you can add all users to a group then write an LDAP filter that requires membership in that group to login. To suspend an account simply remove the offending user from the group.

Thanks for your help mstravel! I appreciate it!

-Rob