mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-16 20:33:19 +00:00
Monotone-Parent: 41d1207879302957d2bb9e04793e78a7966863a0
Monotone-Revision: dc11ca564098f1f86ef07bafa645a1bc433e3cd7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-14T21:23:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -38,17 +38,12 @@
|
||||
|
||||
@interface SOGoAuthenticator : SoHTTPAuthenticator
|
||||
{
|
||||
NSUserDefaults *ud;
|
||||
NSString *authMethod;
|
||||
NSString *LDAPBaseDN;
|
||||
NSString *LDAPHost;
|
||||
int LDAPPort;
|
||||
}
|
||||
|
||||
+ (id) sharedSOGoAuthenticator;
|
||||
|
||||
- (BOOL) LDAPCheckLogin: (NSString *) _login password: (NSString *) _pwd;
|
||||
|
||||
- (SOGoUser *) userInContext: (WOContext *) _ctx;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user