From c3606c3b234114450f954bd040bf53a8ea0d204b Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 26 Sep 2006 18:39:19 +0000 Subject: [PATCH] Monotone-Parent: f76b30d3c9c04252e5fed0d8188d8597e78d089d Monotone-Revision: 220bafa2a61c757a52c28a93244902de0f60d4fa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-26T18:39:19 Monotone-Branch: ca.inverse.sogo --- SoObjects/Contacts/SOGoContactLDAPFolder.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SoObjects/Contacts/SOGoContactLDAPFolder.m b/SoObjects/Contacts/SOGoContactLDAPFolder.m index 966576381..3e354eac8 100644 --- a/SoObjects/Contacts/SOGoContactLDAPFolder.m +++ b/SoObjects/Contacts/SOGoContactLDAPFolder.m @@ -43,6 +43,7 @@ #import "SOGoContactLDAPFolder.h" #define folderListingFields [NSArray arrayWithObjects: @"c_name", @"cn", \ + @"displayName", @"sn", @"givenname", @"l", \ @"mail", @"telephonenumber", \ @"mailNickname", \ @@ -168,6 +169,7 @@ @"title", @"company", @"o", + @"displayName", @"modifytimestamp", @"mozillaHomeState", @"mozillaHomeUrl", @@ -330,6 +332,7 @@ { qs = [NSString stringWithFormat: @"(cn='*%@*')" + @"OR (displayName='*%@*')" @"OR (mail='*%@*')" @"OR (telephoneNumber='*%@*')", filter, filter, filter];