summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/mozldap.m42
-rw-r--r--m4/openldap.m42
2 files changed, 4 insertions, 0 deletions
diff --git a/m4/mozldap.m4 b/m4/mozldap.m4
index c1744b49..23df0601 100644
--- a/m4/mozldap.m4
+++ b/m4/mozldap.m4
@@ -171,4 +171,6 @@ dnl default path for the ldap c sdk tools (see [210947] for more details)
ldaptool_bindir=$ldapsdk_bindir
# default options to pass to the tools
ldaptool_opts=
+ # get plain output from ldapsearch - no version
+ plainldif_opts=-1
fi
diff --git a/m4/openldap.m4 b/m4/openldap.m4
index c9a3a1e5..7fdb979a 100644
--- a/m4/openldap.m4
+++ b/m4/openldap.m4
@@ -151,4 +151,6 @@ if test "$with_openldap" = yes ; then
# default options to pass to the tools
# use -x because all of our scripts use simple bind
ldaptool_opts=-x
+ # get plain output from ldapsearch - no version, no comments
+ plainldif_opts=-LLL
fi