X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=SoObjects%2FSOGo%2FSOGoAuthenticator.h;h=3ada07357a2cb2d26320dec740a598579fcc6e64;hb=4a618da690a9beadcefd0ea89a921900e3897ce8;hp=a56ac4267f011ed5333a52fac71f2df3ac797c42;hpb=839a675fb27fc2d7d1f5068f9e635096a307e869;p=scalable-opengroupware.org diff --git a/SoObjects/SOGo/SOGoAuthenticator.h b/SoObjects/SOGo/SOGoAuthenticator.h index a56ac426..3ada0735 100644 --- a/SoObjects/SOGo/SOGoAuthenticator.h +++ b/SoObjects/SOGo/SOGoAuthenticator.h @@ -38,17 +38,11 @@ @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