mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
See ChangeLog
Monotone-Parent: ed15d4f340fd47347d881c8826eb40a2dc22763d Monotone-Revision: d669b0b3e321e22c68d092f984d543560ae1af0e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-12T20:01:34
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* SOGoSource.h - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2009-2010 Inverse inc.
|
||||
* Copyright (C) 2009-2012 Inverse inc.
|
||||
*
|
||||
* Author: Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
*
|
||||
@@ -63,13 +63,16 @@
|
||||
@protocol SOGoDNSource <SOGoSource>
|
||||
|
||||
- (void) setBindDN: (NSString *) theDN;
|
||||
- (NSString *) bindDN;
|
||||
- (void) setBindPassword: (NSString *) thePassword;
|
||||
- (NSString *) bindPassword;
|
||||
- (BOOL) bindAsCurrentUser;
|
||||
|
||||
- (NSString *) lookupLoginByDN: (NSString *) theDN;
|
||||
- (NSString *) lookupDNByLogin: (NSString *) theLogin;
|
||||
|
||||
- (NSString *) baseDN;
|
||||
- (NSString *) MSExchangeHostname;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user