--- loncom/auth/loncacc.pm 2008/11/12 20:01:09 1.47 +++ loncom/auth/loncacc.pm 2008/11/19 17:38:21 1.48 @@ -2,7 +2,7 @@ # Cookie Based Access Handler for Construction Area # (lonacc: 5/21/99,5/22,5/29,5/31 Gerd Kortemeyer) # -# $Id: loncacc.pm,v 1.47 2008/11/12 20:01:09 jms Exp $ +# $Id: loncacc.pm,v 1.48 2008/11/19 17:38:21 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -73,11 +73,11 @@ store where they wanted to go (first url =head1 OTHERSUBROUTINES -=over 4 +=over -=item * +=item constructaccess($url,$ownerdomain) -constructaccess($url,$ownerdomain) : See if the owner domain and name +See if the owner domain and name in the URL match those in the expected environment. If so, return two element list ($ownername,$ownerdomain). Else, return null string.