home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / SREFV12J / CONFIGS.ZIP / logfail.cnf < prev    next >
Text File  |  1997-03-01  |  2KB  |  53 lines

  1. <h1> Return a customized response when a Logon fails</h1>
  2.  
  3. When a client's attempt at <em>logging on</em> fails, SRE-Filter can return
  4. a customizable response.
  5. <p>
  6. <FORM ACTION="/srefconf" METHOD="GET">
  7. <input type="hidden" name="SET" value="LOGON_FAIL_FILE">
  8. Send a customizable response when a <EM>Logon</EM> fails?
  9. <INPUT TYPE=RADIO NAME="yesno" VALUE="0" $isno >No |
  10. <INPUT TYPE=RADIO NAME="yesno" VALUE="1" $isyes >Yes
  11.  
  12. <INPUT TYPE="submit" VALUE="Update this Parameter">
  13.  
  14. </FORM>
  15.  
  16. $cancel
  17.  
  18. <hr>
  19. <h2> Notes </h2>
  20.  
  21. If a logon failure occurs (either due to an incorrect username/password,
  22. or due to logon_limit being violated), SRE-Filter can
  23. either send  the "401 Unauthorized" response; or the contents of 
  24. the LOGFAIL.HTM file.
  25. <p>
  26. If you do <b>not</b> want to send  a custom response,
  27. then a  simple "401 Unauthorized" response is sent.
  28. <p>
  29.  
  30.  
  31. Otherwise, LOGFAIL.HTM is sent as is; with a few substitutions:
  32. <ul>
  33. <li>    <!-- #URL --> phrases are substituted with the URL (of the requested resource).
  34. <LI>    <!-- #SERVER --> phrases are substituted with the servername.
  35. <LI>    <!-- #WEBMASTER --> phrases are substituted with the WEBMASTER variable.
  36. <LI>    <!-- #MESSAGE --> phrases are substituted with a short description
  37.                      of the reason for failure
  38. <LI>   <!-- #LINK --> phrases are substituted with the URL (of the requested resource).
  39. </ul>
  40.  
  41. <H3>Miscellaneous Notes</H3>
  42. <ul><LI>  If LOGFAIL.HTM is unavailable, a "401 Unauthorized" response is
  43.       sent.
  44. <LI>  When using #LINK, you probably should advice the client to "wait a
  45.       minute before trying again" (given that the problem might be
  46.       due to logon_limit being exceeded).
  47. <li> By default,  <b>LOGFAIL.HTM</b> is located in $servdir.
  48. <li>You can use the <b>LOGFAIL.HTM</b> file that is shipped with
  49. SRE-Filter as is, or customize it for your site.
  50. </ul>
  51.  
  52.  
  53.