在我的ldap.conf
中,我需要设置TLS_REQCERT never
,但想在我的ldapsearch
控制台命令中进行设置。我查看了以下页面,但找不到正确的参数。https://manpages.courier-mta.org/htmlman1/ldapsearch.1.html
如何使用控制台命令ldapsearch ...
将此参数设置为从不?谢谢您的帮助:)
您可以预先将其设置为environment variable:
TLS_REQCERT=never
SSL / TLS参数可以设置为环境变量或在OpenLDAP配置中,即在/etc/openldap/ldap.conf或$ HOME / [。] ldaprc配置文件。