Advertisement
ratclma

post_invalid_auth_template.xml file used by MT-Access-Driver

Aug 11th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. POST_INVALID_AUTH_TEMPLATE.XML
  2.  
  3. <!--
  4. This is a sample web page template for use with
  5. the DirXML Manual Task Service Driver.
  6.  
  7. This template is designed to be used to create the
  8. response web page displayed when a user's password
  9. fails authentication.
  10. -->
  11. <html xmlns:form="http://www.novell.com/dirxml/manualtask/form">
  12. <head>
  13. <title>Authorization Failure</title>
  14. <style type="text/css">
  15. table.formtable {align: center}
  16. </style>
  17. </head>
  18. <body>
  19. <link href="default.css" rel="stylesheet" type="text/css"/>
  20. <br/><br/><br/><br/>
  21. <img src="logo.gif" alt="Logo" width="265" height="110"/>
  22. <br/><br/><br/><br/>
  23. <table class="formtable" cellpadding="5" cellspacing="20" border="1" align="center">
  24. <tr>
  25. <td>
  26. <p>
  27. Invalid password entered for $responder-dn$
  28. </p>
  29. </td>
  30. </tr>
  31. <tr>
  32. <td>
  33. <p>
  34. <input type="button" value="Try again" onClick="javascript:history.back()"/>
  35. </p>
  36. <p>
  37. If the above button doesn't work, press your browser's <strong>Back</strong> button to try again.
  38. </p>
  39. </td>
  40. </tr>
  41. </table>
  42. </body>
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement