Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
2.3 KiB

  1. <%@Language="VBSCRIPT"%>
  2. <HTML>
  3. <!--#include file = "text.asp"-->
  4. <title><%=L_Title_Text%></title>
  5. <FONT COLOR=FFFFFF>
  6. <STYLE>
  7. </STYLE>
  8. </FONT>
  9. <head>
  10. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  11. </head>
  12. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  13. <!-- Windows NT Server with IIS -->
  14. <%if Instr(1,Request.ServerVariables("SERVER_SOFTWARE"), "IIS") > 0 then%>
  15. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  16. <TR VALIGN=CENTER>
  17. <TD></TD>
  18. <TD WIDTH=20> </TD>
  19. <TD><FONT SIZE=+3 COLOR=#000000><B><%=L_ISM_Text%><BR> <FONT SIZE=-1><%=L_IIS6_Text%><FONT></B></FONT></TD>
  20. </TR>
  21. </Table>
  22. <%end if%>
  23. <!-- Windows NT Workstation with PWS -->
  24. <%if Instr(1,Request.ServerVariables("SERVER_SOFTWARE"), "PWS") then%>
  25. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  26. <TR VALIGN=CENTER>
  27. <TD></TD>
  28. <TD WIDTH=20> </TD>
  29. <TD><FONT SIZE=+3 COLOR=#000000><B><%=L_ISM_Text%><BR> <FONT SIZE=-1><%=L_PWS_Text%><FONT></B></FONT></TD>
  30. </TR>
  31. </Table>
  32. <%end if%>
  33. <p>
  34. <%
  35. 'W3CRYPTCAPABLE corresponds to HTTP_CFG_ENC_CAPS.
  36. 'Tells us that the server if SecureBindings are set
  37. if Request.ServerVariables("HTTP_CFG_ENC_CAPS") <> 1 then%>
  38. <%=L_PasswordExpired_Text%>.<p>
  39. <%=L_SSL1_Text%>.<p>
  40. <%=L_SSL2_Text%>.<p>
  41. <a href="http://<%=Server.HTMLEncode(Request.ServerVariables("Server_Name"))%>/"><%=L_DefDoc_Text%></a> <%=L_OrOther_Text%>.
  42. <%Response.End%>
  43. <%end if%>
  44. <%=L_PasswordExpired_Text%>. <%=L_ChangeNow_Text%>.<p><p>
  45. <form method="POST" action="https://<%=Server.HTMLEncode(Request.ServerVariables("Server_Name"))%>/iisadmpwd/achg.asp?<%=Server.HTMLEncode(Request.QueryString)%>">
  46. <table>
  47. <tr>
  48. <td><%=L_Account_Text%></td><td><input type="text" name="acct" value="<%=Server.HTMLEncode(Request.ServerVariables("REMOTE_USER"))%>"></td>
  49. </tr>
  50. <tr>
  51. <td><%=L_OldPassword_Text%></td><td><input type="password" name="old" value=""></td>
  52. </tr>
  53. <tr>
  54. <td><%=L_NewPassword_Text%></td><td><input type="password" name="new" value=""></td>
  55. </tr>
  56. <tr>
  57. <td><%=L_Confirm_Text%></td><td><input type="password" name="new2" value=""></td>
  58. </tr>
  59. </table>
  60. <p>
  61. <input type="hidden" name="denyifcancel" value="">
  62. <input type="submit" value="<%=L_OK_Text%>">
  63. <input type="submit" name="cancel" value="<%=L_Cancel_Text%>">
  64. <input type="reset" value="<%=L_Reset_Text%>">
  65. </form>
  66. </body>
  67. </html>