mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-11 09:53:19 +00:00
See Changelog.
Monotone-Parent: 7644c155b02b86d417852ac59361714181ec8c18 Monotone-Revision: 66faeac6511d176fd1b35b6a0a5b8cbb20b0b2d1 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-01-24T18:02:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* LDAPSource.h - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2007-2010 Inverse inc.
|
||||
* Copyright (C) 2007-2011 Inverse inc.
|
||||
*
|
||||
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
* Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
@@ -52,7 +52,7 @@
|
||||
NSString *IDField; /* the first part of a user DN */
|
||||
NSString *CNField;
|
||||
NSString *UIDField;
|
||||
NSArray *mailFields;
|
||||
NSArray *mailFields, *searchFields;
|
||||
NSString *IMAPHostField;
|
||||
NSArray *bindFields;
|
||||
BOOL _bindAsCurrentUser;
|
||||
@@ -81,6 +81,7 @@
|
||||
CNField: (NSString *) newCNField
|
||||
UIDField: (NSString *) newUIDField
|
||||
mailFields: (NSArray *) newMailFields
|
||||
searchFields: (NSArray *) newSearchFields
|
||||
IMAPHostField: (NSString *) newIMAPHostField
|
||||
andBindFields: (id) newBindFields;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user