ejabberd - Comments for "mod_shared_rosters_ldap and MS AD" https://www.ejabberd.im/node/24722 en No, XMPP default behaviour is https://www.ejabberd.im/node/24722#comment-65327 <p>No, XMPP default behaviour is to let the control of roster name to the owner of the roster.</p> <p>You would have to customize the code itself to get that behaviour.</p> Thu, 12 Mar 2015 08:52:04 +0000 mremond comment 65327 at https://www.ejabberd.im mremond wrote: Default roster https://www.ejabberd.im/node/24722#comment-65326 <div class="quote-msg"> <div class="quote-author"><em>mremond</em> wrote:</div> <p>Default roster does not use names from VCard. The default behaviour in XMPP is to let users manage their own roster and set the nickname the want for their contact.</p></div> <p>Is there no way to set the roster list to show Full Names?</p> <p>Jeron</p> Wed, 11 Mar 2015 19:42:10 +0000 jscmenezes comment 65326 at https://www.ejabberd.im Default roster does not use https://www.ejabberd.im/node/24722#comment-65322 <p>Default roster does not use names from VCard. The default behaviour in XMPP is to let users manage their own roster and set the nickname the want for their contact.</p> Tue, 10 Mar 2015 10:17:46 +0000 mremond comment 65322 at https://www.ejabberd.im Hi egoncalves, The config for https://www.ejabberd.im/node/24722#comment-65320 <p>Hi egoncalves,</p> <p>The config for vcard is:</p> <div class="codeblock"><code>&nbsp; {mod_vcard_ldap,<br />&nbsp;&nbsp;&nbsp; [{ldap_vcard_map,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [{&quot;NICKNAME&quot;, &quot;%u&quot;, []},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&quot;EMAIL&quot;, &quot;%s&quot;, [&quot;mail&quot;]},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&quot;FN&quot;, &quot;%s&quot;, [&quot;cn&quot;]}]},<br />&nbsp;&nbsp;&nbsp;&nbsp; {ldap_search_fields,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [{&quot;User&quot;, &quot;%u&quot;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&quot;Email&quot;, &quot;mail&quot;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&quot;Name&quot;, &quot;givenName&quot;}]},<br />&nbsp;&nbsp;&nbsp;&nbsp; {ldap_search_reported,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [{&quot;Full Name&quot;, &quot;FN&quot;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&quot;Email&quot;, &quot;EMAIL&quot;}]}<br />&nbsp;&nbsp;&nbsp; ]},</code></div> <p>If I right-click on Pidgin and select "Get Info.." then it returns the attributes, but the roster list remains listing uids and not the attribute "name".</p> <p>I am using version 2.1.11:</p> <div class="codeblock"><code>root@xmpp:~# ejabberdctl status<br />The node ejabberd@xmpp is started with status: started<br />ejabberd 2.1.11 is running in that node</code></div> <p>Thanks for reply!</p> <p>Jeron</p> Mon, 09 Mar 2015 16:08:47 +0000 jscmenezes comment 65320 at https://www.ejabberd.im mod_shared_rosters_ldap and https://www.ejabberd.im/node/24722#comment-65217 <p>Hi Jeron,<br /> do you have mod_vcard_ldap enabled? When you perform a vcard's search from a jabber's client, does it returns the filtered result?</p> <p>What version of ejabberd are you using?</p> Wed, 28 Jan 2015 17:14:25 +0000 egoncalves comment 65217 at https://www.ejabberd.im