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

  1.  
  2. <h1>Add a privileged (In-House) user</h1>
  3.  
  4. Add the IP address of a (set of) In-House user(s).
  5. <br>You should enter dotted IP address (numeric or domain name).
  6. You can use an asterisk (*) as a wildcard character.
  7.  
  8.  
  9. <p>
  10. <FORM ACTION="/srefconf" METHOD="GET">
  11. <input type="hidden" name="SET" value="add_inhouse">
  12.  
  13. <LI>Enter an In-House IP address:<INPUT TYPE="text" NAME="user"
  14.  VALUE=""  SIZE=20 MAXLENGTH=50>
  15. <LI><em>Optional:</em>Enter a <em>space delimited</em> list of
  16. additional client privileges: <INPUT TYPE="text" NAME="privs"
  17.  VALUE=""  SIZE=40 MAXLENGTH=60>
  18. </ul>
  19.  
  20.  
  21. <BR><INPUT TYPE="submit" VALUE="Add this Entry">
  22.  
  23.  
  24. </FORM>
  25.  
  26. $CANCEL
  27.  
  28. <hr>
  29.  
  30. <h2>Notes</h2>
  31. Use this to specify an In-house IP address (or set of addresses).
  32. Clients with an IP address that matches one of these In-House entries
  33. will be granted automatic access, with no need to logon.
  34. <p>You should enter the (up to 4) elements of an IP address.
  35. Alternatively, you can  use a <b>*</b> to <em>wildcard</em> any of
  36. the portions of the address.<br>
  37. <p>
  38.     In addition, you can specify extra privileges on each In-house entry.
  39.  
  40. <h3>Examples:</h3>
  41. <ul>
  42.    <li>151.121.64.*
  43.    <li>JOE.USDA.GOV  VIEWMESS CONTROL 
  44. </ul>
  45.      
  46. <b>Technical note:</b> SRE-Filter's <em>In-house</em> entries are similar
  47. to the <B>IDENT</b> authorization method used by NCSA-style servers.
  48.  
  49.  
  50.