mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Monotone-Parent: 0a9ebb81d46a0321c166273fb763ad39c233cc50
Monotone-Revision: f735bdc8793af33775f3d62a37f21c20a54806c9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-16T18:26:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2009-03-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/LDAPSource.m ([LDAPSource
|
||||
-setBaseDN:newBaseDNIDField:newIDFieldCNField:newCNFieldUIDField:newUIDFieldmailFields:newMailFieldsandBindFields:newBindFields]):
|
||||
bug setting the CN and UID field only if they were set before,
|
||||
rather than checking their value passed as parameter.
|
||||
|
||||
2009-03-13 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* Optimized the IMAP client code to avoid
|
||||
|
||||
@@ -233,9 +233,9 @@ static NSLock *lock;
|
||||
ASSIGN (baseDN, newBaseDN);
|
||||
if (newIDField)
|
||||
ASSIGN (IDField, newIDField);
|
||||
if (CNField)
|
||||
if (newCNField)
|
||||
ASSIGN (CNField, newCNField);
|
||||
if (UIDField)
|
||||
if (newUIDField)
|
||||
ASSIGN (UIDField, newUIDField);
|
||||
if (newMailFields)
|
||||
ASSIGN (mailFields, newMailFields);
|
||||
|
||||
Reference in New Issue
Block a user