Assuming the need to compile openLDAP with TCP Wrappers support, what option needs to be
specified to configure in order to include TCP Wrapper support?
Answer: –withwrappers
Explanation:
Reference:
http://www.openldap.org/doc/admin23/install.html (4.3. Running Configure)
As an example, let’s assume that we want to install OpenLDAP with BDB backend and TCP Wrappers support. By default, BDB is enabled and TCP Wrappers is not. So, we just need to specify –enable-wrappers to include TCP Wrappers support:
./configure –enable-wrappers
answer is –enable-wrappers