Monotone-Parent: b77c80d28969876aa496ff580015697daf5bbc94

Monotone-Revision: 2a1fb6783ff2b6c49336efc854fee0d29cab013a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-14T20:36:36
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-08-14 20:36:36 +00:00
parent b952c4e43a
commit 0feac0b7a8
3 changed files with 6 additions and 5 deletions
-5
View File
@@ -41,11 +41,6 @@
#import <SoObjects/SOGo/SOGoFolder.h>
#define folderListingFields [NSArray arrayWithObjects: @"c_name", @"cn", \
@"sn", @"givenname", @"l", \
@"mail", @"telephonenumber", \
nil]
@protocol SOGoContactFolder <NSObject>
+ (id <SOGoContactFolder>) contactFolderWithName: (NSString *) aName
+1
View File
@@ -98,6 +98,7 @@
setBindDN: [udAB objectForKey: @"bindDN"]
setBindPW: [udAB objectForKey: @"bindPW"]
setContactIdentifier: [udAB objectForKey: @"idField"]
setUserIdentifier: [udAB objectForKey: @"userIdField"]
setRootDN: [udAB objectForKey: @"rootDN"]];
[contactFolders setObject: ab forKey: [udAB objectForKey: @"id"]];
udAB = [ldapABs nextObject];
@@ -26,6 +26,11 @@
#import "SOGoContactGCSEntry.h"
#import "SOGoContactGCSFolder.h"
#define folderListingFields [NSArray arrayWithObjects: @"c_name", @"cn", \
@"sn", @"givenname", @"l", \
@"mail", @"telephonenumber", \
nil]
@implementation SOGoContactGCSFolder
+ (id <SOGoContactFolder>) contactFolderWithName: (NSString *) aName