Re: updated patch? append realm to ldap uid (LDAP Rosters and vCards Patch)

2009-10-23 Thread Tomasz Sterna
Dnia 2009-10-22, czw o godzinie 11:09 -0700, Justin Pryzby pisze: Is there an updated implementation of this feature (append @realm to ldap usernames to get full JID)? http://article.gmane.org/gmane.network.jabber.jabberd/1057 This patch is already integrated in 2.2 line. -- Tomasz Sterna

Re: LDAP roster population

2009-10-23 Thread Justin Pryzby
Hi Ian, Here's sm.xml for a server I'm setting up with working ldap roster population. Roster isn't commented: since we're transitioning from an old 1.4 server, I want the old server JIDs added when users sign on to the new server, for the first time only. Note that I also hacked the source to

Re: updated patch? append realm to ldap uid (LDAP Rosters and vCards Patch)

2009-10-23 Thread Justin T Pryzby
On Fri, Oct 23, 2009 at 04:22:43PM +0200, Tomasz Sterna wrote: Dnia 2009-10-22, czw o godzinie 11:09 -0700, Justin Pryzby pisze: Is there an updated implementation of this feature (append @realm to ldap usernames to get full JID)? http://article.gmane.org/gmane.network.jabber.jabberd/1057

bad logic for ldap roster display name?

2009-10-23 Thread Justin T Pryzby
The display name logic in storage_ldapvcard seems broken, no? if (surname defined) jabber display name = surname (sn) if (initials defined) append initials else if (displayName exists) jabber display name = displayName else jabber display name = JID