mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
move slapo-{denyop,lastmod} to contrib/slapd-modules/{denyop,lastlog}/ (ITS#4701)
This commit is contained in:
parent
0544badf19
commit
6490a0b6c1
3 changed files with 12 additions and 132 deletions
108
configure
vendored
108
configure
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.639 2006/10/11 10:36:54 kurt Exp .
|
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.640 2006/11/06 23:38:19 ando Exp .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.59.
|
# Generated by GNU Autoconf 2.59.
|
||||||
#
|
#
|
||||||
|
|
@ -1049,10 +1049,8 @@ SLAPD Overlay Options:
|
||||||
--enable-auditlog Audit Logging overlay no|yes|mod [no]
|
--enable-auditlog Audit Logging overlay no|yes|mod [no]
|
||||||
--enable-constraint Attribute Constraint overlay no|yes|mod [no]
|
--enable-constraint Attribute Constraint overlay no|yes|mod [no]
|
||||||
--enable-dds Dynamic Directory Services overlay no|yes|mod [no]
|
--enable-dds Dynamic Directory Services overlay no|yes|mod [no]
|
||||||
--enable-denyop Deny Operation overlay no|yes|mod [no]
|
|
||||||
--enable-dyngroup Dynamic Group overlay no|yes|mod [no]
|
--enable-dyngroup Dynamic Group overlay no|yes|mod [no]
|
||||||
--enable-dynlist Dynamic List overlay no|yes|mod [no]
|
--enable-dynlist Dynamic List overlay no|yes|mod [no]
|
||||||
--enable-lastmod Last Modification overlay no|yes|mod [no]
|
|
||||||
--enable-ppolicy Password Policy overlay no|yes|mod [no]
|
--enable-ppolicy Password Policy overlay no|yes|mod [no]
|
||||||
--enable-proxycache Proxy Cache overlay no|yes|mod [no]
|
--enable-proxycache Proxy Cache overlay no|yes|mod [no]
|
||||||
--enable-refint Referential Integrity overlay no|yes|mod [no]
|
--enable-refint Referential Integrity overlay no|yes|mod [no]
|
||||||
|
|
@ -3101,10 +3099,8 @@ Overlays="accesslog \
|
||||||
auditlog \
|
auditlog \
|
||||||
constraint \
|
constraint \
|
||||||
dds \
|
dds \
|
||||||
denyop \
|
|
||||||
dyngroup \
|
dyngroup \
|
||||||
dynlist \
|
dynlist \
|
||||||
lastmod \
|
|
||||||
ppolicy \
|
ppolicy \
|
||||||
proxycache \
|
proxycache \
|
||||||
refint \
|
refint \
|
||||||
|
|
@ -3239,30 +3235,6 @@ else
|
||||||
fi;
|
fi;
|
||||||
# end --enable-dds
|
# end --enable-dds
|
||||||
|
|
||||||
# OpenLDAP --enable-denyop
|
|
||||||
|
|
||||||
# Check whether --enable-denyop or --disable-denyop was given.
|
|
||||||
if test "${enable_denyop+set}" = set; then
|
|
||||||
enableval="$enable_denyop"
|
|
||||||
|
|
||||||
ol_arg=invalid
|
|
||||||
for ol_val in no yes mod ; do
|
|
||||||
if test "$enableval" = "$ol_val" ; then
|
|
||||||
ol_arg="$ol_val"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
if test "$ol_arg" = "invalid" ; then
|
|
||||||
{ { echo "$as_me:$LINENO: error: bad value $enableval for --enable-denyop" >&5
|
|
||||||
echo "$as_me: error: bad value $enableval for --enable-denyop" >&2;}
|
|
||||||
{ (exit 1); exit 1; }; }
|
|
||||||
fi
|
|
||||||
ol_enable_denyop="$ol_arg"
|
|
||||||
|
|
||||||
else
|
|
||||||
ol_enable_denyop=${ol_enable_overlays:-no}
|
|
||||||
fi;
|
|
||||||
# end --enable-denyop
|
|
||||||
|
|
||||||
# OpenLDAP --enable-dyngroup
|
# OpenLDAP --enable-dyngroup
|
||||||
|
|
||||||
# Check whether --enable-dyngroup or --disable-dyngroup was given.
|
# Check whether --enable-dyngroup or --disable-dyngroup was given.
|
||||||
|
|
@ -3311,30 +3283,6 @@ else
|
||||||
fi;
|
fi;
|
||||||
# end --enable-dynlist
|
# end --enable-dynlist
|
||||||
|
|
||||||
# OpenLDAP --enable-lastmod
|
|
||||||
|
|
||||||
# Check whether --enable-lastmod or --disable-lastmod was given.
|
|
||||||
if test "${enable_lastmod+set}" = set; then
|
|
||||||
enableval="$enable_lastmod"
|
|
||||||
|
|
||||||
ol_arg=invalid
|
|
||||||
for ol_val in no yes mod ; do
|
|
||||||
if test "$enableval" = "$ol_val" ; then
|
|
||||||
ol_arg="$ol_val"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
if test "$ol_arg" = "invalid" ; then
|
|
||||||
{ { echo "$as_me:$LINENO: error: bad value $enableval for --enable-lastmod" >&5
|
|
||||||
echo "$as_me: error: bad value $enableval for --enable-lastmod" >&2;}
|
|
||||||
{ (exit 1); exit 1; }; }
|
|
||||||
fi
|
|
||||||
ol_enable_lastmod="$ol_arg"
|
|
||||||
|
|
||||||
else
|
|
||||||
ol_enable_lastmod=${ol_enable_overlays:-no}
|
|
||||||
fi;
|
|
||||||
# end --enable-lastmod
|
|
||||||
|
|
||||||
# OpenLDAP --enable-ppolicy
|
# OpenLDAP --enable-ppolicy
|
||||||
|
|
||||||
# Check whether --enable-ppolicy or --disable-ppolicy was given.
|
# Check whether --enable-ppolicy or --disable-ppolicy was given.
|
||||||
|
|
@ -5686,7 +5634,7 @@ ia64-*-hpux*)
|
||||||
;;
|
;;
|
||||||
*-*-irix6*)
|
*-*-irix6*)
|
||||||
# Find out which ABI we are using.
|
# Find out which ABI we are using.
|
||||||
echo '#line 5689 "configure"' > conftest.$ac_ext
|
echo '#line 5637 "configure"' > conftest.$ac_ext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
(eval $ac_compile) 2>&5
|
(eval $ac_compile) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
|
|
@ -7666,11 +7614,11 @@ else
|
||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:7669: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:7617: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:7673: \$? = $ac_status" >&5
|
echo "$as_me:7621: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
|
|
@ -7928,11 +7876,11 @@ else
|
||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:7931: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:7879: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:7935: \$? = $ac_status" >&5
|
echo "$as_me:7883: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
|
|
@ -7990,11 +7938,11 @@ else
|
||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:7993: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:7941: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>out/conftest.err)
|
(eval "$lt_compile" 2>out/conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat out/conftest.err >&5
|
cat out/conftest.err >&5
|
||||||
echo "$as_me:7997: \$? = $ac_status" >&5
|
echo "$as_me:7945: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||||
then
|
then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
|
|
@ -10238,7 +10186,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 10241 "configure"
|
#line 10189 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
|
@ -10336,7 +10284,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 10339 "configure"
|
#line 10287 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
|
@ -31606,8 +31554,8 @@ cat >>conftest.$ac_ext <<_ACEOF
|
||||||
# define DB_VERSION_MINOR 0
|
# define DB_VERSION_MINOR 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* require 4.2 or later */
|
/* require 4.2 or later, but exclude 4.3 */
|
||||||
#if (DB_VERSION_MAJOR >= 4) && (DB_VERSION_MINOR >= 2)
|
#if (DB_VERSION_MAJOR >= 4) && (DB_VERSION_MINOR >= 2) && (DB_VERSION_MINOR !=3)
|
||||||
__db_version_compat
|
__db_version_compat
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
@ -40549,22 +40497,6 @@ _ACEOF
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$ol_enable_denyop" != no ; then
|
|
||||||
BUILD_DENYOP=$ol_enable_denyop
|
|
||||||
if test "$ol_enable_denyop" = mod ; then
|
|
||||||
MFLAG=SLAPD_MOD_DYNAMIC
|
|
||||||
SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS denyop.la"
|
|
||||||
else
|
|
||||||
MFLAG=SLAPD_MOD_STATIC
|
|
||||||
SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS denyop.o"
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define SLAPD_OVER_DENYOP $MFLAG
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "$ol_enable_dyngroup" != no ; then
|
if test "$ol_enable_dyngroup" != no ; then
|
||||||
BUILD_DYNGROUP=$ol_enable_dyngroup
|
BUILD_DYNGROUP=$ol_enable_dyngroup
|
||||||
if test "$ol_enable_dyngroup" = mod ; then
|
if test "$ol_enable_dyngroup" = mod ; then
|
||||||
|
|
@ -40597,22 +40529,6 @@ _ACEOF
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$ol_enable_lastmod" != no ; then
|
|
||||||
BUILD_LASTMOD=$ol_enable_lastmod
|
|
||||||
if test "$ol_enable_lastmod" = mod ; then
|
|
||||||
MFLAG=SLAPD_MOD_DYNAMIC
|
|
||||||
SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS lastmod.la"
|
|
||||||
else
|
|
||||||
MFLAG=SLAPD_MOD_STATIC
|
|
||||||
SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS lastmod.o"
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define SLAPD_OVER_LASTMOD $MFLAG
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "$ol_enable_ppolicy" != no ; then
|
if test "$ol_enable_ppolicy" != no ; then
|
||||||
BUILD_PPOLICY=$ol_enable_ppolicy
|
BUILD_PPOLICY=$ol_enable_ppolicy
|
||||||
if test "$ol_enable_ppolicy" = mod ; then
|
if test "$ol_enable_ppolicy" = mod ; then
|
||||||
|
|
|
||||||
30
configure.in
30
configure.in
|
|
@ -331,10 +331,8 @@ Overlays="accesslog \
|
||||||
auditlog \
|
auditlog \
|
||||||
constraint \
|
constraint \
|
||||||
dds \
|
dds \
|
||||||
denyop \
|
|
||||||
dyngroup \
|
dyngroup \
|
||||||
dynlist \
|
dynlist \
|
||||||
lastmod \
|
|
||||||
ppolicy \
|
ppolicy \
|
||||||
proxycache \
|
proxycache \
|
||||||
refint \
|
refint \
|
||||||
|
|
@ -359,14 +357,10 @@ OL_ARG_ENABLE(constraint,[ --enable-constraint Attribute Constraint overlay
|
||||||
no, [no yes mod], ol_enable_overlays)
|
no, [no yes mod], ol_enable_overlays)
|
||||||
OL_ARG_ENABLE(dds,[ --enable-dds Dynamic Directory Services overlay],
|
OL_ARG_ENABLE(dds,[ --enable-dds Dynamic Directory Services overlay],
|
||||||
no, [no yes mod], ol_enable_overlays)
|
no, [no yes mod], ol_enable_overlays)
|
||||||
OL_ARG_ENABLE(denyop,[ --enable-denyop Deny Operation overlay],
|
|
||||||
no, [no yes mod], ol_enable_overlays)
|
|
||||||
OL_ARG_ENABLE(dyngroup,[ --enable-dyngroup Dynamic Group overlay],
|
OL_ARG_ENABLE(dyngroup,[ --enable-dyngroup Dynamic Group overlay],
|
||||||
no, [no yes mod], ol_enable_overlays)
|
no, [no yes mod], ol_enable_overlays)
|
||||||
OL_ARG_ENABLE(dynlist,[ --enable-dynlist Dynamic List overlay],
|
OL_ARG_ENABLE(dynlist,[ --enable-dynlist Dynamic List overlay],
|
||||||
no, [no yes mod], ol_enable_overlays)
|
no, [no yes mod], ol_enable_overlays)
|
||||||
OL_ARG_ENABLE(lastmod,[ --enable-lastmod Last Modification overlay],
|
|
||||||
no, [no yes mod], ol_enable_overlays)
|
|
||||||
OL_ARG_ENABLE(ppolicy,[ --enable-ppolicy Password Policy overlay],
|
OL_ARG_ENABLE(ppolicy,[ --enable-ppolicy Password Policy overlay],
|
||||||
no, [no yes mod], ol_enable_overlays)
|
no, [no yes mod], ol_enable_overlays)
|
||||||
OL_ARG_ENABLE(proxycache,[ --enable-proxycache Proxy Cache overlay],
|
OL_ARG_ENABLE(proxycache,[ --enable-proxycache Proxy Cache overlay],
|
||||||
|
|
@ -2816,18 +2810,6 @@ if test "$ol_enable_dds" != no ; then
|
||||||
AC_DEFINE_UNQUOTED(SLAPD_OVER_DDS,$MFLAG,[define for Dynamic Directory Services overlay])
|
AC_DEFINE_UNQUOTED(SLAPD_OVER_DDS,$MFLAG,[define for Dynamic Directory Services overlay])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$ol_enable_denyop" != no ; then
|
|
||||||
BUILD_DENYOP=$ol_enable_denyop
|
|
||||||
if test "$ol_enable_denyop" = mod ; then
|
|
||||||
MFLAG=SLAPD_MOD_DYNAMIC
|
|
||||||
SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS denyop.la"
|
|
||||||
else
|
|
||||||
MFLAG=SLAPD_MOD_STATIC
|
|
||||||
SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS denyop.o"
|
|
||||||
fi
|
|
||||||
AC_DEFINE_UNQUOTED(SLAPD_OVER_DENYOP,$MFLAG,[define for Deny Operation overlay])
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "$ol_enable_dyngroup" != no ; then
|
if test "$ol_enable_dyngroup" != no ; then
|
||||||
BUILD_DYNGROUP=$ol_enable_dyngroup
|
BUILD_DYNGROUP=$ol_enable_dyngroup
|
||||||
if test "$ol_enable_dyngroup" = mod ; then
|
if test "$ol_enable_dyngroup" = mod ; then
|
||||||
|
|
@ -2852,18 +2834,6 @@ if test "$ol_enable_dynlist" != no ; then
|
||||||
AC_DEFINE_UNQUOTED(SLAPD_OVER_DYNLIST,$MFLAG,[define for Dynamic List overlay])
|
AC_DEFINE_UNQUOTED(SLAPD_OVER_DYNLIST,$MFLAG,[define for Dynamic List overlay])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$ol_enable_lastmod" != no ; then
|
|
||||||
BUILD_LASTMOD=$ol_enable_lastmod
|
|
||||||
if test "$ol_enable_lastmod" = mod ; then
|
|
||||||
MFLAG=SLAPD_MOD_DYNAMIC
|
|
||||||
SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS lastmod.la"
|
|
||||||
else
|
|
||||||
MFLAG=SLAPD_MOD_STATIC
|
|
||||||
SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS lastmod.o"
|
|
||||||
fi
|
|
||||||
AC_DEFINE_UNQUOTED(SLAPD_OVER_LASTMOD,$MFLAG,[define for Last Modification overlay])
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "$ol_enable_ppolicy" != no ; then
|
if test "$ol_enable_ppolicy" != no ; then
|
||||||
BUILD_PPOLICY=$ol_enable_ppolicy
|
BUILD_PPOLICY=$ol_enable_ppolicy
|
||||||
if test "$ol_enable_ppolicy" = mod ; then
|
if test "$ol_enable_ppolicy" = mod ; then
|
||||||
|
|
|
||||||
|
|
@ -972,18 +972,12 @@
|
||||||
/* define for Dynamic Directory Services overlay */
|
/* define for Dynamic Directory Services overlay */
|
||||||
#undef SLAPD_OVER_DDS
|
#undef SLAPD_OVER_DDS
|
||||||
|
|
||||||
/* define for Deny Operation overlay */
|
|
||||||
#undef SLAPD_OVER_DENYOP
|
|
||||||
|
|
||||||
/* define for Dynamic Group overlay */
|
/* define for Dynamic Group overlay */
|
||||||
#undef SLAPD_OVER_DYNGROUP
|
#undef SLAPD_OVER_DYNGROUP
|
||||||
|
|
||||||
/* define for Dynamic List overlay */
|
/* define for Dynamic List overlay */
|
||||||
#undef SLAPD_OVER_DYNLIST
|
#undef SLAPD_OVER_DYNLIST
|
||||||
|
|
||||||
/* define for Last Modification overlay */
|
|
||||||
#undef SLAPD_OVER_LASTMOD
|
|
||||||
|
|
||||||
/* define for Password Policy overlay */
|
/* define for Password Policy overlay */
|
||||||
#undef SLAPD_OVER_PPOLICY
|
#undef SLAPD_OVER_PPOLICY
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue