]> err.no Git - scalable-opengroupware.org/blobdiff - SoObjects/SOGo/SOGoAuthenticator.h
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1087 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / SOGo / SOGoAuthenticator.h
index a56ac4267f011ed5333a52fac71f2df3ac797c42..3ada07357a2cb2d26320dec740a598579fcc6e64 100644 (file)
 
 @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