diff --git a/SoObjects/SOGo/SOGoProxyAuthenticator.m b/SoObjects/SOGo/SOGoProxyAuthenticator.m index 4036d416d..1b6d532f1 100644 --- a/SoObjects/SOGo/SOGoProxyAuthenticator.m +++ b/SoObjects/SOGo/SOGoProxyAuthenticator.m @@ -99,6 +99,8 @@ return user; } +#warning the DAV authenticator is pretty similar to this one. We should enable \ + the use of the former for Basic auth type through some defaults. - (NSString *) passwordInContext: (WOContext *) context { NSString *password, *authType, *authorization, *pair, *pairStart;