<% rem strings for localization L_ACCESSDENIED_TEXT = "Access Denied" L_ACCESS_TEXT = "Access Methods" L_SELECTACCESS_TEXT = "Select one or more Authentication Methods for this resource." L_ALLOWANON_TEXT = "Allow Anonymous" L_NOUSERNAME_TEXT = "No User Name/Password required to access this resource" L_BASIC_TEXT = "Basic Authentication" L_USERNAMEREQUIRED_TEXT = "User Name and Password required when" L_ANONDISABLED_TEXT = "Allow Anonymous is disabled" L_ACCESSRESTRICTED_TEXT = "Access is restricted using NTFS ACLs" L_MEMBERSHIP_TEXT = "Check the box below if you wish to use MCIS" L_MEMBERSHIP2_TEXT = "Membership Services for Basic Authentication" L_PASSWORDCLEAR_TEXT = "Note: Password is sent in clear text" L_DEFAULTDOMAIN_TEXT = "Default domain..." L_REQUIRESCLIENT_TEXT = "(Requires clients support)" L_NTLM_TEXT = "Windows NT Challenge/Response" L_PASSWORDENCRYPTED_TEXT = "Note: Password is sent Encrypted" L_ENABLESSL_TEXT = "Enable SSL Client Authentication" L_REQUIRESCERT_TEXT = "(requires server certification)" L_REQUIRESSL_TEXT = "Require SSL Client Authentication" L_SECURESOCKETLAYER_TEXT = "Secure Sockets Layer 3.0 Client Certificate required to access this resource. Client Mapping maps Client Certificates to Windows NT User Accounts. Certificate Authorities adds new CAs." L_CLIENTMAPPINGS_TEXT = "Client Mappings..." L_CERTAUTH_TEXT = "Certificate Authorities..." L_OK_TEXT = "OK" L_HELP_TEXT = "Help" L_CANCEL_TEXT = "Cancel" L_CHECKBASIC_TEXT = "Basic Authentication must be enabled to use NNTP Membership Services\nDo you want to enable Basic Authentication?" L_NEW_TEXT = "New" L_ACCESSDENIEDERROR_TEXT = "401 access denied" L_NO_AUTHENTICATION_METHOD_ERRORMESSAGE = "No Authentication method selected!" %> <% If Request.ServerVariables("LOGON_USER") = "" Then%> <% Response.Status = L_ACCESSDENIEDERROR_TEXT %> <% Response.write L_ACCESSDENIED_TEXT%> <% Else %> <% set currentObj = Server.CreateObject("Nntpadm.VirtualServer.1") %> <% REM Generic Javascript functions %> <% = L_NEW_TEXT %>

<%=L_ACCESS_TEXT%>

<%=L_SELECTACCESS_TEXT%>

  <%=L_ALLOWANON_TEXT%>
         <%=L_NOUSERNAME_TEXT%>
  <%=L_BASIC_TEXT%>

         <%=L_USERNAMEREQUIRED_TEXT%>

 
                <%=L_ANONDISABLED_TEXT%>
                <%=L_ACCESSRESTRICTED_TEXT%>
                <%=L_MEMBERSHIP_TEXT%>
                <%=L_MEMBERSHIP2_TEXT%>
                <%=L_PASSWORDCLEAR_TEXT%>

  <%=L_NTLM_TEXT%> <%=L_REQUIRESCLIENT_TEXT%>

         <%=L_USERNAMEREQUIRED_TEXT%>

                <%=L_ANONDISABLED_TEXT%>
                <%=L_ACCESSRESTRICTED_TEXT%>
                <%=L_PASSWORDENCRYPTED_TEXT%>

<% end if %>