[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml

harris41 lon-capa-cvs@mail.lon-capa.org
Thu, 23 Jan 2003 23:54:59 -0000


harris41		Thu Jan 23 18:54:59 2003 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  BUG 1192 PARTIAL FIX; localauth.pm is now installed (to be safe)
  as localauth-std.pm; this parallels the way in which cvs
  source-compile-installs of apache version 2 install httpd.conf
  as httpd-std.conf
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.207 doc/loncapafiles/loncapafiles.lpml:1.208
--- doc/loncapafiles/loncapafiles.lpml:1.207	Thu Jan 23 13:03:09 2003
+++ doc/loncapafiles/loncapafiles.lpml	Thu Jan 23 18:54:59 2003
@@ -3,7 +3,7 @@
 <!-- loncapafiles.lpml -->
 <!-- Scott Harrison -->
 
-<!-- $Id: loncapafiles.lpml,v 1.207 2003/01/23 18:03:09 www Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.208 2003/01/23 23:54:59 harris41 Exp $ -->
 
 <!--
 
@@ -2938,10 +2938,12 @@
 </file>
 <file>
 <source>loncom/auth/localauth.pm</source>
-<target dist='default'>home/httpd/lib/perl/localauth.pm</target>
+<target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
 <categoryname>handler</categoryname>
 <description>
-Local authentication mechanism (meant to be customized).
+Local authentication mechanism.  The target file is meant as a template
+for a localauth.pm file.  The target file with the -std suffix is not
+used directly by any software program; it is just a template file.
 </description>
 <status>works/unverified</status>
 </file>