ejabberd - Comments for "Profile showing with ldap" https://www.ejabberd.im/node/1173 en Hi There is no error message https://www.ejabberd.im/node/1173#comment-2515 <p>Hi<br /> There is no error message in the log. I sniffed the network traffic with ethereal and i see that ejabberd is talking with ldap server. It gets attributes from it but not sending this attributes to jabber client. if someone profile is not shown, its ldap records returned like that when ejabber make query to ldap server<br /> Distinguished Name: uid=abinvisible,cn=birimsizler,dc=example,dc=com<br /> Attribute: objectclass<br /> Attribute: accountStatus<br /> Attribute: homeDirectory<br /> Attribute: mailHost<br /> Attribute: mailMessageStore<br /> Attribute: preferredLanguage<br /> Attribute: uid<br /> Attribute: mail<br /> Attribute: mailalternateadress<br /> Attribute: nickname<br /> Attribute: deliverymode<br /> Attribute: cn<br /> Attribute: displayname<br /> Attribute: givenname<br /> Attribute: sn<br /> Attribute: departmentNumber</p> <p>With this returning attributes i cannot see the profile (vcard)of this user.But ldap also can returned a record like that</p> <p>Distinguished Name: uid=abvisible,cn=birimsizler,dc=example,dc=com<br /> Attribute: accountStatus<br /> Attribute: cn<br /> Attribute: deliverymode<br /> Attribute: departmentNumber<br /> Attribute: displayname<br /> Attribute: givenname<br /> Attribute: homeDirectory<br /> Attribute: mail<br /> Attribute: mailalternateadress<br /> Attribute: mailHost<br /> Attribute: mailMessageStore<br /> Attribute: nickname<br /> Attribute: objectclass<br /> Attribute: preferredLanguage<br /> Attribute: sn<br /> Attribute: uid<br /> With this returning ldap records, I can see the profile of the user. Whenever i cannot see the profile of user its ldap records is the same as first one, on the contrary for visible profile ldap records is the same as second one. I think our ldap sometimes returned query in different orders and it cause a problem in ejabberd that cannot send the profile of user to jabber client. May it be a bug of ejabberd? Thanx to everyone</p> Thu, 09 Nov 2006 00:54:40 +0000 funky comment 2515 at https://www.ejabberd.im That's strange https://www.ejabberd.im/node/1173#comment-2514 <p>That's strange a bit. Do you see any error messages in ejabberd.log?</p> Wed, 08 Nov 2006 23:45:15 +0000 xram@jabber.ru comment 2514 at https://www.ejabberd.im