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

  1. <h1> Return a customized response when SEL-specfic access is denied</h1>
  2.  
  3. When a client's is denied access to a resource (but does have <em>logon</em>
  4. rights), SRE-Filter can return
  5. a customizable response.
  6. <p>
  7. <FORM ACTION="/srefconf" METHOD="GET">
  8. <input type="hidden" name="SET" value="ACCESS_FAIL_FILE">
  9. Send a customizable response when <em>SEL-specific</em> access is denied?
  10. <INPUT TYPE=RADIO NAME="yesno" VALUE="0" $isno >No |
  11. <INPUT TYPE=RADIO NAME="yesno" VALUE="1" $isyes >Yes
  12.  
  13. <INPUT TYPE="submit" VALUE="Update this Parameter">
  14.  
  15. </FORM>
  16.  
  17. $cancel
  18.  
  19. <hr>
  20. <h2> Notes </h2>
  21.  
  22. If access to a server resource is denied on a SEL-specific basis,
  23. SRE-Filter can
  24. either send  a "401 Unauthorized" response; or the contents of
  25. the ACCFAIL.HTM file.
  26. <p>
  27. ACCFAIL.HTM is sent as is; with a few substitutions:
  28. <ul>
  29. <li>    <!-- #URL --> phrases are substituted with the URL (of the requested resource).
  30. <LI>    <!-- #SERVER --> phrases are substituted with the servername.
  31. <LI>    <!-- #WEBMASTER --> phrases are substituted with the WEBMASTER variable.
  32. <LI>    <!-- #MESSAGE --> phrases are substituted with a short description
  33.                      of the reason for failure
  34. <LI>   <!-- #LINK --> phrases are substituted with the URL (of requested resource).
  35. </ul>
  36.  
  37. <H3>Miscellaneous Notes</H3>
  38. <ul><LI>  If ACCFAIL.HTM is unavailable, a "401 Unauthorized" response is
  39.       sent.  This typically results in the client being reprompted for
  40.  a new username and password.
  41.  
  42. <li>It is HIGHLY recommended that a #LINK be included.  Without such an
  43. entry, the client will be unable to enter a new username/password, should
  44. his first entry be misspelled (or if he had previously used a
  45. different username/password for a different resource on the same server).
  46.  
  47. <blockquote>The #LINK entry uses a special form of request selector.
  48.     The effect is to force SRE-Filter to request authorization should 
  49.     the current username/password be incorrect; thereby avoiding an
  50.     annoying recursive trap. </blockquote>
  51. <li> You can use the intermediate configurator to
  52.     specify SEL-specific "access failure" files.
  53. <li> By default,  <b>ACCFAIL.HTM</b> is located in $servdir.
  54. <li>You can use the <b>ACCFAIL.HTM</b> file that is shipped with
  55. SRE-Filter as is, or customize it for your site.
  56.  
  57. </ul>
  58.  
  59.  
  60.