LDAPS с openvpn не работает, но ldapsearch работает
У меня возникла проблема с настройкой аутентификации openvpn в Active Directory с помощью LDAPS. Я не знаю, в чем должна быть проблема, потому что если я использую ldapsearch (с ldaps://addr_to_my_AD), все будет правильно.
Не могли бы вы мне помочь, пожалуйста?
<LDAP>
# LDAP server URL
URL ldap://ad.xxxxxx.eu
# Bind DN (If your LDAP server doesn't support anonymous binds)
BindDN xxxx@xxxx.com
# Bind Password
Password "xxxxx"
# Network timeout (in seconds)
Timeout 15
# Enable Start TLS
TLSEnable no
# Follow LDAP Referrals (anonymously)
FollowReferrals no
# TLS CA Certificate File
#TLSCACertFile /root/ldaps.cer
# TLS CA Certificate Directory
#TLSCACertDir /root/
# Client Certificate and key
#If TLS client authentication is required
#TLSCertFile /root/cert1.cer
#TLSKeyFile /etc/openvpn/server/ovpn_AD.key