Fixed BlackBerry 5 Provider: admin tool now invoked with the -n <FQDN> option.

Ensure you configure the FQDN in the provider configuration e.g.
bes01.hosting.local:3443
This commit is contained in:
robvde 2012-07-31 17:19:10 +04:00
parent 6942c229fe
commit aee7e0f358
7 changed files with 78 additions and 20 deletions

View file

@ -74,7 +74,16 @@ namespace WebsitePanel.Providers.HostedSolution
return ProviderSettings[Constants.EnterpriseServer];
}
}
public string EnterpriseServerFQDN
{
get
{
return ProviderSettings[Constants.EnterpriseServerFQDN];
}
}
public ResultObject CreateBlackBerryUser(string primaryEmailAddress)
{
return CreateBlackBerryUserInternal(primaryEmailAddress);