Ignore:
Timestamp:
2003-07-25T04:57:48+12:00 (21 years ago)
Author:
sjboddie
Message:

Changed the authentication directives to more easier to use ones.
authenticate option replaces auth_collection and takes the same options. The
options public_documents and private_documents replace the allowallexcept
and denyallexcept ACLs. The allow_acls has been removed. The auth_group remains
the same.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/comtypes.h

    r4974 r5024  
    103103   text_t         httpprefix;
    104104   text_t         receptionist;
    105    text_t         buildType;       // 'mg' or 'mgpp'
    106    text_t         auth_collection; // 'document' or 'collection'
    107    text_t         auth_group;      // 'mygroup' 'yourgroup'
    108    bool           allow_acls;      // to make sure that the user wants to use this ACL feature
    109    text_tmap      allowallexcept;  // the acl to allow stuff or deny things
    110    text_tmap      denyallexcept;   // the opposite of the one above
     105   text_t         buildType;           // 'mg' or 'mgpp'
     106   text_t         authenticate;      // 'document' or 'collection'
     107   text_t         auth_group;          // 'mygroup' 'yourgroup'
     108   text_tmap      public_documents;    // the acl to allow access to listed documents
     109   text_tmap      private_documents;   // the acl to disallow access to listed documents
    111110   text_tarray    searchTypes; // form, plain, empty if collection uses mg, or has no searching facility
    112111};
Note: See TracChangeset for help on using the changeset viewer.