From 36101b6491afc0a843ba50b7e506e622271e9177 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 7 Jun 2010 12:50:17 -0600 Subject: Add -x option to ldap tools when using openldap We have many scripts that use ldapsearch, ldapmodify, etc. All of these currently use simple auth. When using the openldap versions of these scripts, we have to pass the -x argument to use simple auth. A new configure parameter ldaptool_opts is used to pass this down into the scripts. Reviewed by: nkinder (Thanks!) Platforms tested: Fedora 14 (rawhide) --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e5f419d0..914c8628 100644 --- a/configure.ac +++ b/configure.ac @@ -506,6 +506,8 @@ AC_SUBST(openldap_inc) AC_SUBST(openldap_lib) AC_SUBST(openldap_libdir) AC_SUBST(openldap_bindir) +AC_SUBST(ldaptool_bindir) +AC_SUBST(ldaptool_opts) AC_SUBST(ol_libver) AC_SUBST(db_inc) AC_SUBST(db_incdir) -- cgit