mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 13:58:51 +00:00
See ChangeLog
Monotone-Parent: 9b5272463fac61370796a5551a285c8f7d3dd24c Monotone-Revision: fbe3cd1ce788185ea42f3ac4b3238f48a16821ad Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-12-23T21:39:09 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
created upon access to the calendar or address book module.
|
||||
This fixes: http://www.scalableogo.org/bugs/view.php?id=208
|
||||
|
||||
* SoObjects/SOGo/NSDictionary+Utilities.m (-userRecordAsLDIFEntry)
|
||||
We skip the "isGroup" attribute from the list of attributes
|
||||
to include during LDIF generation
|
||||
|
||||
2009-12-22 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* Removed all the Kolab-related stuff (more specifically,
|
||||
|
||||
@@ -171,7 +171,8 @@
|
||||
|| [currentKey isEqualToString: @"ContactAccess"]
|
||||
|| [currentKey hasPrefix: @"objectClass"]
|
||||
|| [currentKey hasPrefix: @"c_"]
|
||||
|| [currentKey isEqualToString: @"dn"]))
|
||||
|| [currentKey isEqualToString: @"dn"]
|
||||
|| [currentKey isEqualToString: @"isGroup"]))
|
||||
[self _appendLDIFKey: currentKey toString: ldifString];
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* NSString+Utilities.m - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2006-2008 Inverse inc.
|
||||
* Copyright (C) 2006-2009 Inverse inc.
|
||||
*
|
||||
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user