You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2004/08/18 15:22:05 UTC

cvs commit: httpd-2.0/modules/aaa config.m4

minfrin     2004/08/18 06:22:05

  Modified:    modules/aaa config.m4
  Log:
  Make sure mod_authnz_ldap is included in the unix builds.
  
  Revision  Changes    Path
  1.62      +4 -0      httpd-2.0/modules/aaa/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/config.m4,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- config.m4	8 Jan 2004 20:47:29 -0000	1.61
  +++ config.m4	18 Aug 2004 13:22:05 -0000	1.62
  @@ -28,6 +28,10 @@
   APACHE_MODULE(authz_dbm, DBM-based authorization control, , , most)
   APACHE_MODULE(authz_owner, 'require file-owner' authorization control, , , most)
   
  +dnl LDAP authentication module. This module has both the authn and authz
  +dnl modules in one, so as to share the LDAP server config directives.
  +APACHE_MODULE(authnz_ldap, LDAP based authentication, , , no)
  +
   dnl - and just in case all of the above punt; a default handler to
   dnl keep the bad guys out.
   APACHE_MODULE(authz_default, authorization control backstopper, , , yes)