From a2be33677b9232ba95ac4cc956ef861b645e825b Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 2 Jul 2009 17:12:06 +0000 Subject: [PATCH] Monotone-Parent: 0e38566e55c048d3f5050bf11eedb24e36ff8944 Monotone-Revision: 238ddfbd3f00e0fbad3b9312ebe0bd88fde3f646 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-07-02T17:12:06 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/LDAPSource.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SoObjects/SOGo/LDAPSource.m b/SoObjects/SOGo/LDAPSource.m index 11bff6a2a..38cc961f3 100644 --- a/SoObjects/SOGo/LDAPSource.m +++ b/SoObjects/SOGo/LDAPSource.m @@ -906,6 +906,8 @@ static NSLock *lock; NSString *s; // FIXME + + // we should support MailFieldNames? s = [NSString stringWithFormat: @"(%@='%@')", theAttribute, SafeLDAPCriteria (theValue)]; qualifier = [EOQualifier qualifierWithQualifierFormat: s];