home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / srev13h.zip / USERS.IN < prev    next >
Text File  |  1999-06-05  |  2KB  |  49 lines

  1. ;USERS.IN: a user-configurable SRE-http parameters file. 6/99
  2. ;
  3. ; USERS.IN contains username, password, and client privilege information
  4. ; for your web  serve.
  5. ;
  6. ; The structure of entries is:
  7. ;    HOST_NICKNAME// USERNAME  PASSWORD priv_list
  8. ; where:
  9. ;     HOST_NICKNAME// is optional
  10. ;     username: a case-insensitive username (should contain the
  11. ;               normal keyboard characters)
  12. ;     password: a password. Depending on the authorization method
  13. ;               (basic or digest) this may be case sensitive.
  14. ;     priv_list: a space delimited list of client privileges
  15. ;
  16. ;Some examples:
  17. ;  OUTATOWN SHEP2  INHOUSE  VIEWMESS
  18. ;  MASTER1 12ISIE6 SUPERUSER
  19. ;  USER1   USER1    PUBLIC VIEWMESS ?FINANCE:x13
  20. ;  ZOO//  MANAGER  CATHOUSE   CONTROL
  21. ;    (the CATHOUSE privilege could be used by a custom addon)
  22. ;  ANONYMOUS *  PUBLIC
  23. ;
  24. ; Notes:
  25. ;  >> the * character for password means "any password will do")
  26. ;  >> the * is also supported for the USERNAME.
  27. ;  >> you may want to read ADDPRIVS.DOC for a description of how clients
  28. ;     may be granted "additional, dynamic" privileges.
  29. ;  >> among other privileges, SRE-http uses
  30. ;  >>     SUPERUSER, INHOUSE, VIEWMESS,  CONTROL, and MESSBOX:* 
  31. ;  >>  the CONTROL privilege is used by a few "!special requests
  32. ;  >>  the VIEMESS privilege is used by the MESSBOX utility, and the FORUM addon)
  33. ;  >>  The ?FINANCE:x13 is a "secret" privilege -- say,
  34. ;      one that specifies "x13" as a "shared-secret" used
  35. ;      by the FINANCE addon (in conjunction with the DYNPWD facility)
  36. ;  >>  entries with no host_nickname are valid for all hosts. 
  37. ;  >>  In case of matching entries (username and password are the same for a generic
  38. ;      and for a host-specific entry),  the host-specific entry is used
  39. ;  >> Multiple Hosts option: if you wish to have seperate userfiles for
  40. ;     seperate hosts, you can set the USERFILES. stem variables in
  41. ;     USERCHEK.RXX -- entries in these files are checked AFTER the "general" entries
  42. ;     are checked (after the entries in this file)
  43. ;  >> NOTE: in addition to this default USERS.IN file,
  44. ;           you can also specify host/port specific user files
  45. ;           (see USE_CFGS.DOC)
  46. ;  >> Custom databases:    If you want to create a custom username/password 
  47. ;  >>database, please see the discussion of USER_LOGON_PROC in INITFILT.DOC
  48. ;
  49.