home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / SREFV12J / CONFIGS.ZIP / checklog.cnf < prev    next >
Text File  |  1996-12-31  |  2KB  |  47 lines

  1.  
  2. <h1> Force all clients to  logon</h1>
  3.  
  4. SRE-Filter can require a username (and password) from <b>all</b> clients.
  5. <p>
  6. <FORM ACTION="/srefconf" METHOD="GET">
  7. <input type="hidden" name="SET" value="CHECKLOG">
  8. Require  all clients to <em>logon</em>?
  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. $CANCEL
  16.  
  17.  
  18. <hr>
  19. <h2> Notes </h2>
  20. <h3> Adding Users </h3>
  21. If you <em>force all clients to logon</em>, you'll need to add entries to the SRE-Filter
  22. username/password database. The  <A HREF="/srefconf?show=add_user">Add a new user</A>
  23.  option can be used for this purpose.
  24.  
  25. <h3> Circumventing logon requirements </h3>
  26. <p> You can allowed selected clients to circumvent this <em>logon</em>
  27.  requirement by granting them
  28. <B>In-House</b> privileges. The
  29. <A HREF="/srefconf?show=add_inhouse">Add a privileged <EM>(an In-House)</EM> user</A>
  30. option can be
  31. used for this purpose.
  32. <p>
  33. More generally, you can grant free access to selected portions of your
  34. site by using the 
  35. <A HREF="/srefconf?show=add_publicurl">Add a <em>public</em> 
  36. area identifier</A>  option.
  37.  
  38. <h3> Technical Note: The Basic Authorization Method </h3>
  39. SRE-Filter uses the <eM>Basic Authorization </em> method to obtain
  40. a username and password from a client.  This is a very low security
  41. method, but does have the advantage of universal support.  One nice
  42. aspect of this method is that once a client enters her username (and
  43. password), all of her subsequent requests to your server will
  44. contain this information (at least until she stops her browser).
  45. Thus, repetitive logon's are not required.
  46.  
  47.