ejabberd - Comments for "LDAP" https://www.ejabberd.im/node/132 en Yes https://www.ejabberd.im/node/132#comment-57258 <p>Check this: <noindex><a href="http://retsepts.blogspot.com/2011/04/ejabberd-jabber-xmpp-ibm-lotus-domino.html" title="http://retsepts.blogspot.com/2011/04/ejabberd-jabber-xmpp-ibm-lotus-domino.html" rel="nofollow" >http://retsepts.blogspot.com/2011/04/ejabberd-jabber-xmpp-ibm-lotus-domi...</a></noindex></p> <p>on russian, sorry</p> Wed, 27 Apr 2011 09:56:53 +0000 PaulAS comment 57258 at https://www.ejabberd.im working ldap config https://www.ejabberd.im/node/132#comment-1257 <p>Hello,</p> <p>I've just managed to authenticate my jabber users using an ldap directory server.<br /> I'm using the testing package from debian (ejabberd 0.9.8-1) and a replica of my directory server on the jabber host (slapd 2.2.23-8).</p> <p>For the moment i'm using the default config file with only those modifications :<br /> %{auth_method, internal}.<br /> {auth_method, ldap}.<br /> {ldap_servers, ["localhost"]}.<br /> {ldap_uidattr, "uid"}.<br /> {ldap_base, "ou=Organisation,dc=sub,dc=domain,dc=tld"}.<br /> {ldap_rootdn, "cn=login,dc=sub,dc=domain,dc=tld"}.<br /> {ldap_password, "password"}.<br /> {hosts, ["sub.domain.tld"]}.</p> <p>login/password **must** be the admin of the directory server :(<br /> It did not work for me using a non privileged account (that's why i've set up a replica : i don't want to connect the main server with its admin account accross the network).</p> <p>the ldap base is the one that contains my users. if you have multiple OU, be carefull that not specifying the good one may result in multiple response when searching for a particular UID. then authentication may not work depending on which enry is found first.</p> <p>I've also set up SRV DNS records but the client i've used to test my config did not seem to support it so that i had to specify the server name beside my user and domain.</p> <p>I'm not sure but if the node should match the directory base address but that's the case in my configuration.</p> <p>Hope these informations will help ...</p> <p>Regards.</p> Tue, 17 Jan 2006 11:27:40 +0000 machin comment 1257 at https://www.ejabberd.im LDAP https://www.ejabberd.im/node/132#comment-1218 <p>the correct configuration is:</p> <p>{auth_method, ldap}.<br /> {ldap_servers, ["X"]}. %is a IP or Domain Name from LDAP server<br /> {ldap_uidattr, "uid"}.<br /> {ldap_rootdn, "cn=user,ou=group,o=domain"}.% user conect to LDAP<br /> {ldap_base, "ou=group,o=domain"}. % search zone<br /> {ldap_password, "X"}. %X password of user, in text plain</p> <p>I have proven it and works, use user@node to conect. </p> <p>The node must be equal to the Domain of LDAP</p> Thu, 05 Jan 2006 12:12:23 +0000 emergrin comment 1218 at https://www.ejabberd.im ldap https://www.ejabberd.im/node/132#comment-1215 <p>thank, but I does not work....... I use a hostname and does not work.</p> Thu, 05 Jan 2006 09:43:33 +0000 emergrin comment 1215 at https://www.ejabberd.im Re: ldap https://www.ejabberd.im/node/132#comment-1208 <div class="quote-msg"> <div class="quote-author"><em>emergrin</em> wrote:</div> <p>{ldap_servers, ["10.120.55.123"]}.% X is a ip address<br /> ...</p> <p>but it does not work to me</p></div> <p>Try to put the hostname. If you only can use the IP address, maybe this works (I doubt, but you loose nothing trying):</p> <pre>{ldap_servers, [{10, 120, 55, 123}]}.</pre> Wed, 04 Jan 2006 19:07:30 +0000 mfoss comment 1208 at https://www.ejabberd.im ldap https://www.ejabberd.im/node/132#comment-1204 <p>the configuration is like this:</p> <p>{auth_method, ldap}.<br /> {ldap_servers, ["xx.xx.xx.xx"]}.% X is a ip address<br /> {ldap_uidattr, "uid"}.<br /> {ldap_rootdn, "cn=user,ou=group,o=domain"}. % UID complete of user<br /> {ldap_base, "ou=group,o=domain"}. % zone of search<br /> {ldap_password, "xxxxxxx"}. % X= is a password in text plain</p> <p>but it does not work to me</p> Wed, 04 Jan 2006 17:30:03 +0000 emergrin comment 1204 at https://www.ejabberd.im eJabberD with IBM Lotus Domino LDAP https://www.ejabberd.im/node/132#comment-1188 <p>Anybody was got IBM Lotus Domino LDAP + eJabberD ?</p> Fri, 23 Dec 2005 17:42:00 +0000 PaulAS comment 1188 at https://www.ejabberd.im LDAP? https://www.ejabberd.im/node/132#comment-263 <p>I was wrong, it's on standard port.<br /> Does anyone have a LDAP connection working? If so, how?!</p> Fri, 18 Mar 2005 13:13:41 +0000 KarstenTS comment 263 at https://www.ejabberd.im