home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 May / PCO_5_97.ISO / FilesBBS / OS2 / OS2WWW42.ARJ / OS2WWW42 / OS2WWW42.ZIP / SYS402.R4 / ADMIN / HELP / VARSECOV.INC < prev    next >
Encoding:
Text File  |  1996-12-12  |  2.2 KB  |  54 lines

  1. <font face=arial size=-1>
  2. <h3>Overview</h3>
  3.  
  4. The following tree structure should help explain the relationship between
  5. resources, templates and rules:
  6. <pre>
  7. Resource Definition
  8.         Overall Resource Template Name
  9.         Resource FileName Pattern
  10.                 Authentication
  11.                 Access Rules
  12.                         Access Rules Template Name
  13.                         Rule1
  14.                                 Host&IP
  15.                                 Access Method
  16.                                 Continue?
  17.                                 Allow?
  18.                         Rule2
  19.                                 Host&IP
  20.                                 Access Method
  21.                                 Continue?
  22.                                 Allow?
  23.                         Rule3
  24.                                 Host&IP
  25.                                 Access Method
  26.                                 Continue?
  27.                                 Allow?
  28.                 Presentation Rules
  29.                         Presentation Rules Template Name
  30.                 API System Event Rules
  31.                         Event Rules Template Name
  32.                 MIME Rules
  33.                         MIME Rules Template Name
  34. </pre>
  35. In summary: each resource is defined by both its filename pattern and the
  36. template which describes its behaviour. That template in turn is composed of
  37. sub-sections for access control, presentation rules, API events, and MIME, each
  38. of which can have its own sub-template (although this feature of sub-templates
  39. is not often used and can only be accessed via "advanced settings").
  40. <p>
  41.  
  42. The user databases (realms) fit into authentication. An access control rule
  43. that specifies access is allowed to only some users or user groups must have a
  44. corresponding authentication setting. The most common setting is to use "basic"
  45. authentication within the realm "admin".
  46. <p>
  47.  
  48. Each resource can have its own realm, so you can have independent valid user
  49. lists for separate resources, without fear of conflict of user names or
  50. permissions across such lists. If you establish sub-directories for different
  51. organisations to serve their HTML from, you would probably allocate each such
  52. sub-directory resource its own realm.
  53.  
  54.