
Use the ICISites interface AddNTLMSite method to add a Site that requires NTLM authentication to the Server, and retrieve the Site's COM interface.
Signature:
HRESULT AddNTLMSite(
[in] BSTR bstrName,
[in] BSTR bstrRootFolder,
[in] BSTR bstrDomainName,
[in] BSTR bstrAllowGroup,
[in] int nIP,
[in] UINT nPort,
[in] VARIANT_BOOL bCreateHomeFolder,
[in] VARIANT_BOOL bPermHomeFolder,
[in] VARIANT_BOOL bAutoStart,
[out, retval] ICISite** prop);
|
Parameters |
Definition |
|
bstrName |
New site name |
|
bstrRootFolder |
Site root folder |
|
bstrDomainName |
NT domain name |
|
bstrAllowGroup |
NT group name |
|
nIP |
Index of the site IP address |
|
nPort |
Port number of the site |
|
bCreateHomeFolder |
TRUE means that a home folder for new site users should be created |
|
bPermHomeFolder |
TRUE means that new site users should be granted full permissions in their home folders |
|
bAutoStart |
TRUE means that the site should start automatically |