[27736] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Remove dangling reference to $with_edirectory

daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed May 8 01:17:45 2013

Date: Wed, 8 May 2013 01:17:39 -0400
From: Greg Hudson <ghudson@MIT.EDU>
Message-Id: <201305080517.r485Hdui010708@drugstore.mit.edu>
To: cvs-krb5@MIT.EDU
Reply-To: krbdev@MIT.EDU
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@MIT.EDU

https://github.com/krb5/krb5/commit/6349bc7e32cdab69dc422122a1905a7aba581b02
commit 6349bc7e32cdab69dc422122a1905a7aba581b02
Author: Nalin Dahyabhai <nalin@redhat.com>
Date:   Thu Dec 20 16:47:50 2012 -0500

    Remove dangling reference to $with_edirectory
    
    Remove a reference to eDirectory that persisted after support for
    eDirectory was removed.  Almost certainly harmless anyway.
    
    [ghudson@mit.edu: also quote $with_ldap]

 src/aclocal.m4 |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 4fef4b7..fb02956 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -1645,10 +1645,7 @@ AC_ARG_WITH([ldap],
     *)  AC_MSG_ERROR(Invalid option value --with-ldap="$withval") ;;
 esac], with_ldap=no)dnl
 
-if test $with_ldap = yes; then
-  if test $with_edirectory = yes; then
-    AC_MSG_ERROR(Cannot enable both OpenLDAP and eDirectory backends; choose one.)
-  fi
+if test "$with_ldap" = yes; then
   AC_MSG_NOTICE(enabling OpenLDAP database backend module support)
   OPENLDAP_PLUGIN=yes
 fi
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post