ejabberd - Comments for "Deleting LDAP authenticated users" https://www.ejabberd.im/node/4677 en ulab wrote: What do I have to https://www.ejabberd.im/node/4677#comment-57322 <div class="quote-msg"> <div class="quote-author"><em>ulab</em> wrote:</div> <p>What do I have to do to delete the roster of a user that gets deleted in my LDAP directory? </p></div> <p>If you have mod_admin_extra installed and running, you can run:</p> <pre> $ ejabberdctl process_rosteritems list any any badlop2@localhost any There are 2 roster items in total. Matches: badlop2@localhost contact1@localhost Progress 50% - visited 1 - deleted 1 Progress 100% - visited 2 - deleted 1 $ ejabberdctl process_rosteritems delete any any badlop2@localhost any There are 2 roster items in total. Matches: badlop2@localhost contact1@localhost Progress 50% - visited 1 - deleted 1 Progress 100% - visited 2 - deleted 1 </pre> Thu, 12 May 2011 19:22:06 +0000 mfoss comment 57322 at https://www.ejabberd.im