home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / SREFV12J / CONFIGS.ZIP / adduser.cnf < prev    next >
Text File  |  1997-02-28  |  1KB  |  47 lines

  1.  
  2. <h1>Add a new user</h1>
  3.  
  4. Add a new user to the SRE-Filter username/password database.
  5.  
  6.  
  7. <p>
  8. <FORM ACTION="/srefconf" METHOD="GET">
  9. <input type="hidden" name="SET" value="add_user">
  10.  
  11. <LI>Enter the user's name:<INPUT TYPE="text" NAME="user"
  12.  VALUE=""  SIZE=10 MAXLENGTH=10>
  13. <LI>Enter the user's password:<INPUT TYPE="text" NAME="pwd"
  14.  VALUE=""  SIZE=10 MAXLENGTH=10>
  15. <LI><em>Optional:</em>Enter a <em>space delimited</em> list of
  16. 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. The username/password database is used to ascertain logon rights
  32. and access privileges.  
  33. <ul>
  34. <LI>The <b>*</b> character for <STRONG>password</STRONG> means "any password will do"
  35. <LI>Similarly, a <b>*</b> can be used as a <b>username</b>.
  36. <LI>Client privileges are used by <A HREF="/srefconf?show=add_access">SEL-specific
  37. access controls</A>. You can enter
  38. as many privileges as you want, just be sure to seperate each one with a space
  39. character.
  40. <blockquote> Example of a client privilege list: <b>broadcast messbox=proj1 </b>
  41. </blockquote>
  42. <LI>You may want to read
  43.  <A HREF="/samples/addprivs.doc">ADDPRIVS.DOC</A> for a description of how clients
  44.  may be granted "additional, dynamic" privileges.
  45. <LI> The current username/database (ascii) file is:<b> $user_file</b>
  46. </ul>
  47.