AD Integration enabled on the IIS7 provider. This will allow to store site
content on a remote (highly available) filesystem and enabled the scenario of webfarm with a shared IIS configuration as well. The netbios domain name will need to be set in the configuration of the provider. and off course "Create Active Directory accounts" checked as well
This commit is contained in:
parent
43b73aee66
commit
c1e2aa8477
8 changed files with 159 additions and 37 deletions
|
@ -2715,6 +2715,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
//
|
||||
WebServer server = GetWebServer(item.ServiceId);
|
||||
|
||||
StringDictionary webSettings = ServerController.GetServiceSettings(item.ServiceId);
|
||||
if (webSettings["WmSvc.NETBIOS"] != null)
|
||||
{
|
||||
accountName = webSettings["WmSvc.NETBIOS"].ToString() + "\\" + accountName;
|
||||
}
|
||||
|
||||
//
|
||||
if (server.CheckWebManagementAccountExists(accountName))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue