ejabberd - Comments for "LDAP + search" https://www.ejabberd.im/node/454 en Try mod_vcard_ldap instead of mod_vcard https://www.ejabberd.im/node/454#comment-928 <blockquote>How can we configure ejabberd to realize the search on LDAP.</blockquote> <p>A search for what, and where? If you are able to express a coherent question, you are near to the solution. I guess the question you want to do is:</p> <blockquote>How can we configure ejabberd to realize a <b>user</b> search on the <b>vjud</b> service, if we use LDAP to authenticate instead of the default internal authentication?</blockquote> <p>In that case, there is something you can try. The vjud service is implemented in mod_vcard, and that module uses the internal Mnesia database to gather information. If you want to search for users on LDAP, use mod_vcard_ldap instead. To do that, replace mod_vcard with mod_vcard_ldap at the end of your ejabberd.cfg and restart ejabberd. </p> <p>I hope it works, but I don't know if it will since I never used LDAP. Anyway, please come back and tell us if it works.</p> Fri, 21 Oct 2005 17:01:13 +0000 mfoss comment 928 at https://www.ejabberd.im