This identifier indicates the criteria that will be used by the domain controller for domain logon restrictions from computers running Microsoft® Windows NT® Workstation. If this identifier is set to MD_NETLOGON_WKS_NONE, logon restrictions are based on domain and workstation information. The value MD_NETLOGON_WKS_IP indicates that the domain controller should base restrictions on the workstation IP address, and MD_NETLOGON_WKS_DNS indicates restrictions should be based on the workstation DNS name.
Data type | DWORD |
Default inheritance | Inheritable |
User type | IIS_MD_UT_SERVER |
Constant | Value | Description |
---|---|---|
MD_NETLOGON_WKS_NONE | 0x00000000 | Workstation restrictions only |
MD_NETLOGON_WKS_IP | 0x00000001 | Restrictions based on IP address |
MD_NETLOGON_WKS_DNS | 0x00000002 | Restrictions based on DNS host name |
This identifier is available at the following metabase keys:
Metabase Path | Key Type |
---|---|
/LM/W3SVC | IIsWebService |
/LM/W3SVC/n | IIsWebServer |