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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 09 Dec 2003 20:02:04 -0000


albertel		Tue Dec  9 15:02:04 2003 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  - install automated enrollment
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.305 doc/loncapafiles/loncapafiles.lpml:1.306
--- doc/loncapafiles/loncapafiles.lpml:1.305	Mon Dec  8 16:35:22 2003
+++ doc/loncapafiles/loncapafiles.lpml	Tue Dec  9 15:02:04 2003
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.305 2003/12/08 21:35:22 www Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.306 2003/12/09 20:02:04 albertel Exp $ -->
 
 <!--
 
@@ -373,7 +373,7 @@
 extensions</description>
 </directory>
 <directory dist='default'>
-  <!-- Must protect localauth.pm from extinction. -->
+  <!-- Must protect localauth.pm/localenroll.pm from extinction. -->
   <protectionlevel>weak_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
   <categoryname>server readonly</categoryname>
@@ -5049,6 +5049,46 @@
 configuration file to make LON-CAPA server file space accessible to
 Appleshares access (Macintosh)
 </description>
+</file>
+<file>
+  <source>loncom/interface/lonpopulate.pm</source>
+  <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
+  <categoryname>handler</categoryname>
+  <description>
+    Handler for configuring automated enrollment
+  </description>
+</file>
+<file>
+  <source>loncom/enrollment/Enrollment.pm</source>
+  <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
+  <categoryname>handler</categoryname>
+  <description>
+    Handler for automated enrollment
+  </description>
+</file>
+<file>
+  <source>loncom/enrollment/localenroll.pm</source>
+  <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
+  <categoryname>conf</categoryname>
+  <description>
+    Local handler for automated enrollment.
+  </description>
+</file>
+<file>
+  <source>loncom/enrollment/localenroll.pm</source>
+  <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
+  <categoryname>handler</categoryname>
+  <description>
+    Local handler for automated enrollment, standard version.
+  </description>
+</file>
+<file>
+  <source>loncom/enrollment/Autoenroll.pl</source>
+  <target dist='default'>home/httpd/cgi-bin/Autoenroll.pl</target>
+  <categoryname>script</categoryname>
+  <description>
+    Local handler for automated enrollment, standard version.
+  </description>
 </file>
 </files>
 </lpml>