OpenLDAP 2.1 Change Log
-OpenLDAP 2.1.13 Engineering
+OpenLDAP 2.1.13 Release
Fixed back-bdb group ACL deadlock bug (ITS#2195)
Fixed back-bdb passwd hang bug (ITS#2122)
Fixed slapd RDN handling (ITS#2243)
Updated back-ldap, back-meta, back-sql
Added slapd ACL caching
Added slapd attribute options enhancement
- Added slapd ldapi// SASL EXTERNAL support
+ Added slapd ldapi:// SASL EXTERNAL support
Added liblutil passwd sanity checks (ITS#2159)
Build Environment
Check back-bdb requirement for BDB 4.1
#! /bin/sh
# $OpenLDAP$
-# from OpenLDAP
+# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.30 2003/02/10 19:24:24 kurt Exp
# Copyright 1998-2003 The OpenLDAP Foundation. All Rights Reserved.
#
--with-subdir=DIR change default subdirectory used for installs"
ac_help="$ac_help
--enable-debug enable debugging [yes]"
-ac_help="$ac_help
- --enable-dynamic enable linking built binaries with dynamic libs [no]"
ac_help="$ac_help
--enable-syslog enable syslog support [auto]"
+ac_help="$ac_help
+ --enable-dynamic enable linking built binaries with dynamic libs [no]"
ac_help="$ac_help
--enable-proctitle enable proctitle support [yes]"
ac_help="$ac_help
ol_enable_debug="yes"
fi
# end --enable-debug
-# OpenLDAP --enable-dynamic
- # Check whether --enable-dynamic or --disable-dynamic was given.
-if test "${enable_dynamic+set}" = set; then
- enableval="$enable_dynamic"
+# OpenLDAP --enable-syslog
+ # Check whether --enable-syslog or --disable-syslog was given.
+if test "${enable_syslog+set}" = set; then
+ enableval="$enable_syslog"
ol_arg=invalid
for ol_val in auto yes no ; do
fi
done
if test "$ol_arg" = "invalid" ; then
- { echo "configure: error: bad value $enableval for --enable-dynamic" 1>&2; exit 1; }
+ { echo "configure: error: bad value $enableval for --enable-syslog" 1>&2; exit 1; }
fi
- ol_enable_dynamic="$ol_arg"
+ ol_enable_syslog="$ol_arg"
else
- ol_enable_dynamic="no"
+ ol_enable_syslog="auto"
fi
-# end --enable-dynamic
-# OpenLDAP --enable-syslog
- # Check whether --enable-syslog or --disable-syslog was given.
-if test "${enable_syslog+set}" = set; then
- enableval="$enable_syslog"
+# end --enable-syslog
+# OpenLDAP --enable-dynamic
+ # Check whether --enable-dynamic or --disable-dynamic was given.
+if test "${enable_dynamic+set}" = set; then
+ enableval="$enable_dynamic"
ol_arg=invalid
for ol_val in auto yes no ; do
fi
done
if test "$ol_arg" = "invalid" ; then
- { echo "configure: error: bad value $enableval for --enable-syslog" 1>&2; exit 1; }
+ { echo "configure: error: bad value $enableval for --enable-dynamic" 1>&2; exit 1; }
fi
- ol_enable_syslog="$ol_arg"
+ ol_enable_dynamic="$ol_arg"
else
- ol_enable_syslog="auto"
+ ol_enable_dynamic="no"
fi
-# end --enable-syslog
+# end --enable-dynamic
# OpenLDAP --enable-proctitle
# Check whether --enable-proctitle or --disable-proctitle was given.
if test "${enable_proctitle+set}" = set; then
dnl ----------------------------------------------------------------
dnl General "enable" options
OL_ARG_ENABLE(debug,[ --enable-debug enable debugging], yes)dnl
-OL_ARG_ENABLE(dynamic,[ --enable-dynamic enable linking built binaries with dynamic libs], no)dnl
OL_ARG_ENABLE(syslog,[ --enable-syslog enable syslog support], auto)dnl
+OL_ARG_ENABLE(dynamic,[ --enable-dynamic enable linking built binaries with dynamic libs], no)dnl
OL_ARG_ENABLE(proctitle,[ --enable-proctitle enable proctitle support], yes)dnl
dnl OL_ARG_ENABLE(referrals,[ --enable-referrals enable LDAPv2+ Referrals (experimental)], no)dnl
ol_enable_referrals=${ol_enable_referrals-no}