what option needs to be specified to configure in order to include TCP Wrapper support?

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?

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)



Leave a Reply 2

Your email address will not be published. Required fields are marked *


sergiu

sergiu

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

sergiu

sergiu

answer is –enable-wrappers