- 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:
Wolfgang Sourdeau
2006-07-07 16:04:46 +00:00
parent 3777576421
commit 2e2b0ffee0
3 changed files with 89 additions and 16 deletions

View File

@@ -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__ */