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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 06 May 2003 19:42:57 -0000


albertel		Tue May  6 15:42:57 2003 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  - install localauth-std.pm always, but also install localauth.pm if it doesn't exist
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.240 doc/loncapafiles/loncapafiles.lpml:1.241
--- doc/loncapafiles/loncapafiles.lpml:1.240	Fri May  2 16:54:22 2003
+++ doc/loncapafiles/loncapafiles.lpml	Tue May  6 15:42:57 2003
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.240 2003/05/02 20:54:22 albertel Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.241 2003/05/06 19:42:57 albertel Exp $ -->
 
 <!--
 
@@ -3081,15 +3081,24 @@
 <status>works/unverified</status>
 </file>
 <file>
-<source>loncom/auth/localauth.pm</source>
-<target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
-<categoryname>handler</categoryname>
-<description>
+  <source>loncom/auth/localauth.pm</source>
+  <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
+  <categoryname>handler</categoryname>
+  <description>
 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>
+  </description>
+  <status>works/unverified</status>
+</file>
+<file>
+  <source>loncom/auth/localauth.pm</source>
+  <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
+  <categoryname>conf</categoryname>
+  <description>
+Local authentication mechanism.  
+  </description>
+  <status>works/unverified</status>
 </file>
 <file>
 <source>loncom/auth/lonacc.pm</source>