You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/10/16 23:32:41 UTC

cvs commit: httpd-2.0/modules/ldap Makefile.in config2.m4 util_ldap.c util_ldap_cache.c util_ldap_cache.h

rbb         01/10/16 14:32:41

  Modified:    .        CHANGES
               modules/aaa config.m4
  Removed:     modules/aaa mod_auth_ldap.c
               modules/ldap Makefile.in config2.m4 util_ldap.c
                        util_ldap_cache.c util_ldap_cache.h
  Log:
  Remove all of the ldap modules.  These have been moved to their own
  repository, httpd-ldap, and they now form their own sub-project of the
  httpd project.
  
  Revision  Changes    Path
  1.396     +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.395
  retrieving revision 1.396
  diff -u -r1.395 -r1.396
  --- CHANGES	2001/10/16 18:45:15	1.395
  +++ CHANGES	2001/10/16 21:32:40	1.396
  @@ -1,5 +1,8 @@
   Changes with Apache 2.0.27-dev
   
  +  *) Moved all ldap modules from the core to httpd-ldap sub-project
  +     [Ryan Bloom]
  +
     *) Exit when we can't listen on any of the configured ports.  This
        is the same behavior as 1.3, and it avoids having the MPMs to
        deal with bogus ap_listen_rec structures.  [Jeff Trawick]
  
  
  
  1.51      +0 -2      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.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- config.m4	2001/08/21 01:00:23	1.50
  +++ config.m4	2001/10/16 21:32:40	1.51
  @@ -41,8 +41,6 @@
     CPPFLAGS=$ap_old_cppflags
   ])
   
  -APACHE_MODULE(auth_ldap, LDAP based authentication, , , no)
  -
   APR_ADDTO(LT_LDFLAGS,-export-dynamic)
   
   APACHE_MODPATH_FINISH