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.cpp

    r5017 r5024  
    7171  // various parts of the code.
    7272 
    73   auth_collection.clear();         // turned off by default, individual collection authentication
     73  authenticate.clear();         // turned off by default, individual collection authentication
    7474  auth_group.clear();              // turned off by default, authentication by groups method
    75   allow_acls= false;               // turned off by default, our ACL switch either on or off in collect.cfg
    76   allowallexcept.clear();          // turned off by default, our allow-all-except <grouplist>
    77   denyallexcept.clear();           // turned off by default, out deny-all-except <grouplist>
    78  
    79  
     75  public_documents.clear();          // turned off by default, allow access to these documents <list>
     76  private_documents.clear();           // turned off by default, disallow access to these documents <list>
     77   
    8078}
    8179
Note: See TracChangeset for help on using the changeset viewer.