mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 17:03:09 -05:00
moved to contrib/slapd-overlays/allop
This commit is contained in:
parent
3b4b9cbc33
commit
a4adefa6cf
1 changed files with 0 additions and 15 deletions
15
configure.in
15
configure.in
|
|
@ -244,7 +244,6 @@ OL_ARG_ENABLE(sql,[ --enable-sql enable sql backend no|yes|mod],
|
|||
dnl ----------------------------------------------------------------
|
||||
dnl SLAPD Overlay Options
|
||||
Overlays="accesslog \
|
||||
allop \
|
||||
denyop \
|
||||
dyngroup \
|
||||
dynlist \
|
||||
|
|
@ -267,8 +266,6 @@ OL_ARG_ENABLE(overlays,[ --enable-overlays enable all available overlays no
|
|||
test -n "$ol_enable_overlays" && ol_dflt_overlays="$ol_enable_overlays"
|
||||
OL_ARG_ENABLE(accesslog,[ --enable-accesslog In-Directory Access Logging overlay no|yes|mod],
|
||||
${ol_dflt_overlays-no}, [no yes mod])
|
||||
OL_ARG_ENABLE(allop,[ --enable-allop All Operational attributes overlay no|yes|mod],
|
||||
${ol_dflt_overlays-no}, [no yes mod])
|
||||
OL_ARG_ENABLE(denyop,[ --enable-denyop Deny Operation overlay no|yes|mod],
|
||||
${ol_dflt_overlays-no}, [no yes mod])
|
||||
OL_ARG_ENABLE(dyngroup,[ --enable-dyngroup Dynamic Group overlay no|yes|mod],
|
||||
|
|
@ -2781,18 +2778,6 @@ if test "$ol_enable_accesslog" != no ; then
|
|||
AC_DEFINE_UNQUOTED(SLAPD_OVER_ACCESSLOG,$MFLAG,[define for In-Directory Access Logging overlay])
|
||||
fi
|
||||
|
||||
if test "$ol_enable_allop" != no ; then
|
||||
BUILD_ALLOP=$ol_enable_allop
|
||||
if test "$ol_enable_aallop" = mod ; then
|
||||
MFLAG=SLAPD_MOD_DYNAMIC
|
||||
SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS allop.la"
|
||||
else
|
||||
MFLAG=SLAPD_MOD_STATIC
|
||||
SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS allop.o"
|
||||
fi
|
||||
AC_DEFINE_UNQUOTED(SLAPD_OVER_ALLOP,$MFLAG,[define for All Operational Attributes overlay])
|
||||
fi
|
||||
|
||||
if test "$ol_enable_denyop" != no ; then
|
||||
BUILD_DENYOP=$ol_enable_denyop
|
||||
if test "$ol_enable_denyop" = mod ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue