ejabberd - Comments for "cannot connect to active directory" https://www.ejabberd.im/node/21332 en I tried and corrected all https://www.ejabberd.im/node/21332#comment-64255 <p>I tried and corrected all errors but it still didn't work.</p> <p>If I don't add ldap entries, web console works fine<br /> ejabberd services immediately stopped after I modified ejabberd.cfg with ldap entries</p> <p>What is supposed to look like in /etc/hosts file?</p> Mon, 14 Jul 2014 21:58:26 +0000 ginger8990 comment 64255 at https://www.ejabberd.im I corrected all errors but it https://www.ejabberd.im/node/21332#comment-64254 <p>I corrected all errors but it still not working. I even cannot see the web console any more.</p> <p>Something is related to the host file.<br /> Do we need to modify /etc/hosts ? </p> <p>such as 127.0.0.1 chat.testdomain.com chat<br /> 192.168.1.11 chat.testdomain.com</p> <p>What is full jid? such as <noindex><a href="mailto:myname@chat.testdomain.com" rel="nofollow" >myname@chat.testdomain.com</a></noindex>???</p> Mon, 14 Jul 2014 17:26:58 +0000 ginger8990 comment 64254 at https://www.ejabberd.im ginger8990 https://www.ejabberd.im/node/21332#comment-64238 <div class="quote-msg"> <div class="quote-author"><em>ginger8990</em> wrote:</div> <p>{ldap_servers, [{192.168.1.11", "192.168.1.12}]},</p></div> <p>Note wrong quotes. Should be<br /> <code>{ldap_servers, [{&quot;192.168.1.11&quot;, &quot;192.168.1.12&quot;}]},</code></p> <div class="quote-msg"> <div class="quote-author"><em>ginger8990</em> wrote:</div> <p>{ldap_base, {cn=ejabberd,dc=domain,dc=local},</p></div> <p>Note absent quotes. Should be<br /> <code>{ldap_base, {&quot;cn=ejabberd,dc=domain,dc=local&quot;},</code><br /> You should also post your startup log here, to make sure every other possible error is trackable...</p> <div class="quote-msg"> <div class="quote-author"><em>ginger8990</em> wrote:</div> <p>cannot login web console neither.</p></div> <p>When you have configured your ejabberd properly, you will need to use your full jid to ligin to web interface...</p> Fri, 11 Jul 2014 23:27:30 +0000 mikekaganski comment 64238 at https://www.ejabberd.im