Diff for /doc/loncapafiles/Attic/loncapafiles.html between versions 1.60 and 1.61

version 1.60, 2001/02/27 21:50:46 version 1.61, 2001/02/27 22:06:18
Line 753  handles request to the CAPA homework pro Line 753  handles request to the CAPA homework pro
 <METAGROUP>  <METAGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonacc.pm" TARGET="home/httpd/lib/perl/Apache/lonacc.pm" CATEGORY="handler">  <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonacc.pm" TARGET="home/httpd/lib/perl/Apache/lonacc.pm" CATEGORY="handler">
 <DESCRIPTION>  <DESCRIPTION>
 access to for a LON-CAPA user session  (This module, like loncacc.pm also authenticates with cookies.)  
   <TT>lonacc.pm</TT> coordinates access to a wide range of administrative-type
   functions (e.g. roles, logout, annotations, and bookmarks) as well
   as coordinating access to educational resources.
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
 <METAGROUP>  <METAGROUP>
Line 767  access handler for file transfers Line 770  access handler for file transfers
 <DESCRIPTION>  <DESCRIPTION>
 This module provides access to an educational resource construction area.  This module provides access to an educational resource construction area.
 This module is invoked by the URL-related pattern syntax  This module is invoked by the URL-related pattern syntax
 <TT>LocationMatch "^/priv.*"</TT>.  Authentication of user identity  <TT>LocationMatch "^/priv.*"</TT> or <TT>LocationMatch "^/\~.*"</TT>.
 is coordinated through cookies (hence the abbreviation; "cacc" corresponds  Authentication of user identity
 to "cookie-based access").  If the cookie handle is invalid, then  is coordinated through cookies.  The abbreviation "cacc" corresponds
   to "construction-space access").  If the cookie handle is invalid, then
 this module returns a forbidden status and makes appropriate log entries.  this module returns a forbidden status and makes appropriate log entries.
 If the cookie handle is valid, status is determined to be okay (and  If the cookie handle is valid, status is determined to be okay (and,
 the resource is delivered by the <TT>lonconstruct</TT> module).  for the "priv"-type access, the resource is delivered by the
   <TT>lonconstruct</TT> module).
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
 <METAGROUP>  <METAGROUP>

Removed from v.1.60  
changed lines
  Added in v.1.61


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>