You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1998/10/26 21:48:02 UTC

cvs commit: modperl apache-modlist.html

dougm       98/10/26 12:48:02

  Modified:    .        apache-modlist.html
  Log:
  updates
  
  Revision  Changes    Path
  1.46      +6 -3      modperl/apache-modlist.html
  
  Index: apache-modlist.html
  ===================================================================
  RCS file: /export/home/cvs/modperl/apache-modlist.html,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- apache-modlist.html	1998/10/23 00:19:49	1.45
  +++ apache-modlist.html	1998/10/26 20:48:01	1.46
  @@ -8,7 +8,7 @@
   <h1>The Apache/Perl Module List</h1>
   
   Maintained by <a href="mailto:dougm@pobox.com">Doug MacEachern</a>,
  -<br><i> $Revision: 1.45 $ $Date: 1998/10/23 00:19:49 $</i>
  +<br><i> $Revision: 1.46 $ $Date: 1998/10/26 20:48:01 $</i>
   
   <h3>Contents</h3>
   <a href="#intro">Introduction</a><br>
  @@ -116,8 +116,9 @@
   AuthenGSS	cdpf    Generic Security Service (RFC 2078)	DOUGM
   AuthenIMAP	bdpf	Authentication via an IMAP server	MICB
   AuthenPasswdSrv bdpf	External authentication server		JEFFH
  +AuthenPasswd	bdpf	Authenticate against /etc/passwd	DEP
   AuthLDAP	bdpf	LDAP authentication module		CDONLEY
  -AuthNIS		bdpf	NIS authentication and authorization	DOUGM
  +AuthenNIS	bdpf	NIS authentication			DEP
   AuthNISPlus	bdpF	NIS Plus authentication/authorizattion	VALERIE
   AuthenRaduis	bdpf	Authentication via a Radius server	DANIEL
   AuthenSmb	bdpf	Authenticate against NT server		PARKER
  @@ -131,7 +132,8 @@
   AuthzAge	bmpf	Authorize based on age			APML
   AuthzDCE	cdpf	DFS/DCE ACL based access control	DOUGM
   AuthzDBI	bmpO	Group authorization via Perl's DBI	MERGL
  -AuthNIS		bdpf	NIS authentication and authorization	DOUGM
  +AuthzNIS	bdpf	NIS authorization			DEP
  +AuthzPasswd	bdpf	Authorize against /etc/passwd		DEP
   RoleAuthz	i	Role-based authorization		DOUGM
   
   * PerlAccessHandler's
  @@ -254,6 +256,7 @@
   CHOLET	  Eric Cholet &lt;cholet@logilune.com&gt;
   CHTHORMAN Chris Thorman &lt;chris@thorman.com&gt;
   DANIEL	  Daniel &lt;daniel-authenradius@electricrain.com&gt;
  +DEP	  Demetrios E. Paneras &lt;dep@media.mit.edu&gt;
   DONS	  Don Schwarz &lt;don@dons.xnet.com&gt;
   DOUGB     Doug Bagley &lt;doug@dejanews.com&gt;
   DOUGM	  Doug MacEachern &lt;dougm@pobox.com&gt;