diff --git a/SoObjects/SOGo/SOGoDAVAuthenticator.m b/SoObjects/SOGo/SOGoDAVAuthenticator.m index 0bd11e18d..44f740764 100644 --- a/SoObjects/SOGo/SOGoDAVAuthenticator.m +++ b/SoObjects/SOGo/SOGoDAVAuthenticator.m @@ -64,6 +64,7 @@ checkLogin: [_login stringByReplacingString: @"%40" withString: @"@"] password: _pwd + domain: nil perr: &perr expire: &expire grace: &grace] diff --git a/SoObjects/SOGo/SOGoSource.h b/SoObjects/SOGo/SOGoSource.h index f6cdf9bf9..7fd04fd46 100644 --- a/SoObjects/SOGo/SOGoSource.h +++ b/SoObjects/SOGo/SOGoSource.h @@ -41,7 +41,6 @@ - (NSString *) domain; - (BOOL) checkLogin: (NSString *) _login - password: (NSString *) _pwd perr: (SOGoPasswordPolicyError *) _perr expire: (int *) _expire