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:
parent
6942c229fe
commit
aee7e0f358
7 changed files with 78 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue