diff --git a/SoObjects/SOGo/LDAPSource.m b/SoObjects/SOGo/LDAPSource.m index d5cf51486..7893e0fbf 100644 --- a/SoObjects/SOGo/LDAPSource.m +++ b/SoObjects/SOGo/LDAPSource.m @@ -427,7 +427,7 @@ static int sizeLimit; while ((currentFieldName = [emailFields nextObject])) { allValues = [[ldapEntry attributeWithName: currentFieldName] - allValues]; + allStringValues]; [emails addObjectsFromArray: allValues]; } [contactEntry setObject: emails forKey: @"c_emails"];