mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-01 19:42:48 +00:00
Monotone-Parent: e44f8ed7f2cb0a7509257497630e18c476b9b901
Monotone-Revision: 1acff2251868501e5baba3465e49475362ce1e4b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-20T13:56:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2010-09-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/LDAPSource.m (-_searchAttributes): added
|
||||
"IDField" to the search attributes for constructing addressbook
|
||||
entries with a valid "c_name".
|
||||
|
||||
* Tests/Integration/test-davacl.py
|
||||
(DAVCalendarPublicAclTest.testCollectionAccessNormalUser): make
|
||||
use of the fix below when removing the rights for the subscriber
|
||||
|
||||
@@ -628,6 +628,7 @@ static NSArray *commonSearchFields;
|
||||
[searchAttributes addObjectsFromArray: mailFields];
|
||||
[searchAttributes addObjectsFromArray: [self _constraintsFields]];
|
||||
[searchAttributes addObjectsFromArray: commonSearchFields];
|
||||
[searchAttributes addObjectUniquely: IDField];
|
||||
|
||||
// Add SOGoLDAPContactInfoAttribute from user defaults
|
||||
if ([contactInfoAttribute length])
|
||||
|
||||
Reference in New Issue
Block a user