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:
Wolfgang Sourdeau
2010-09-20 13:56:29 +00:00
parent d9cf3145da
commit cee94feb05
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -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])