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

    r5020 r5024  
    11201120     ColInfoResponse_t *cinfo = get_collectinfo_ptr (collectproto, arg_c, logout);
    11211121     
    1122      if(cinfo->auth_collection == "collection")
     1122     if(cinfo->authenticate == "collection")
    11231123        {
    11241124           args["uan"] = "1";
Note: See TracChangeset for help on using the changeset viewer.