ejabberd - Comments for "mod_shared_roster_ldap with OpenLDAP on Ubuntu 12.04" https://www.ejabberd.im/node/5896 en When ejabberd enumerates https://www.ejabberd.im/node/5896#comment-58881 <p>When ejabberd enumerates members of some of your groups, it tries to apply the mask<br /> <code>&quot;cn=%u,ou=people,o=sevenseas,dc=example,dc=com&quot;</code><br /> to values like this:<br /> <code>&quot;cn=John Hallett,ou=people,o=sevenSeas,dc=example,dc=com&quot;</code><br /> If this succeed, the result would be <code>&quot;John Hallett&quot;</code>. Then it would try to combine this string with server id to form proper jid:<br /> <code>&quot;John Hallett@example.com&quot;</code><br /> You see that this is not a valid jid. Next, the server would try to check the jid for existance, and this would naturally fail. But if it would not, then what would be the jid of the resulting contact?<br /> But the primary match will fail itself, as it doesn't match character runs that contain spaces.</p> <p>To summarize, you cannot do this if you use the vanilla module. You may find <noindex><a href="https://support.process-one.net/browse/EJAB-1480" rel="nofollow" >this</a></noindex> useful.</p> Thu, 19 Jul 2012 05:57:58 +0000 mikekaganski comment 58881 at https://www.ejabberd.im