mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 22:09:29 +00:00
- see ChangeLog;
Monotone-Parent: 7650ec5fee84864554e6480b82a7d8b63269e075 Monotone-Revision: 568b85ef47fb295fcbb767ce70799e2091003ad6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-07T16:04:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -31,12 +31,22 @@
|
||||
the password is already checked in Apache.
|
||||
*/
|
||||
|
||||
@class NSUserDefaults;
|
||||
@class NSString;
|
||||
|
||||
@interface SOGoAuthenticator : SoHTTPAuthenticator
|
||||
{
|
||||
NSUserDefaults *ud;
|
||||
NSString *authMethod;
|
||||
NSString *LDAPBaseDN;
|
||||
NSString *LDAPHost;
|
||||
int LDAPPort;
|
||||
}
|
||||
|
||||
+ (id)sharedSOGoAuthenticator;
|
||||
|
||||
- (BOOL) LDAPCheckLogin: (NSString *) _login password: (NSString *) _pwd;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* __Main_SOGoAuthenticator_H__ */
|
||||
|
||||
Reference in New Issue
Block a user