Monotone-Parent: dce96f1e164f7e8d2e52f854cb9287574b9ded6d

Monotone-Revision: a0b176b29a24b7fe33ae8e1eb04d9838a299deaa

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-06-30T14:15:42
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-06-30 14:15:42 +00:00
parent 3e01dc899f
commit f6e7d5c3a7
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
2008-06-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Contacts/SOGoContactLDAPFolder.m
([SOGoContactLDAPFolder
-lookupName:objectNameinContext:lookupContextacquire:acquire]):
use lookupContactentryWithUIDorEmail to make sure we use the ID
field specified in the user defaults to match the username, and
that the users can be found using their email.
2008-06-27 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoFreeBusyObject.m ([SOGoFreeBusyObject

View File

@@ -164,7 +164,7 @@
if (!obj)
{
ldifEntry = [ldapSource lookupContactEntry: objectName];
ldifEntry = [ldapSource lookupContactEntryWithUIDorEmail: objectName];
obj = ((ldifEntry)
? [SOGoContactLDIFEntry contactEntryWithName: objectName
withLDIFEntry: ldifEntry