mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 18:01:23 +00:00
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:
@@ -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
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
|
||||
if (!obj)
|
||||
{
|
||||
ldifEntry = [ldapSource lookupContactEntry: objectName];
|
||||
ldifEntry = [ldapSource lookupContactEntryWithUIDorEmail: objectName];
|
||||
obj = ((ldifEntry)
|
||||
? [SOGoContactLDIFEntry contactEntryWithName: objectName
|
||||
withLDIFEntry: ldifEntry
|
||||
|
||||
Reference in New Issue
Block a user