mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 00:14:25 -05:00
more about the ACI commit
This commit is contained in:
parent
d42506314b
commit
3bdecdd3a1
1 changed files with 4 additions and 1 deletions
|
|
@ -432,7 +432,10 @@ if test $ol_enable_slapd = no ; then
|
|||
if test $ol_enable_rlookups = yes ; then
|
||||
AC_MSG_WARN([slapd disabled, ignoring --enable-rlookups argument])
|
||||
fi
|
||||
if test $ol_enable_aci = yes ; then
|
||||
if test $ol_enable_dynacl = yes ; then
|
||||
AC_MSG_WARN([slapd disabled, ignoring --enable-dynacl argument])
|
||||
fi
|
||||
if test $ol_enable_aci != no ; then
|
||||
AC_MSG_WARN([slapd disabled, ignoring --enable-aci argument])
|
||||
fi
|
||||
if test $ol_enable_ldbm_api != auto ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue