这是错误日志: 错误日志
我几乎尝试了 ldap.conf 的所有可能的配置 ldap 的当前配置
我尝试了这个:https://www.golinuxcloud.com/configure-openldap-with-tls-certificates/#comment-20414 还有这个:https://www.itzgeek.com/how-tos/linux/centos-how-tos/configure-openldap-with-ssl-on-centos-7-rhel-7.html
我也在 centos 中更新了 ca,但似乎没有什么效果。请指导我,我对 openldap 完全陌生。
答案1
需要检查几件事。slapd 是否正在运行。
ps aux | grep slapd
如果它正在运行,查看它绑定到哪些端口
netstat -an
检查 /etc/sysconfig/slapd 并确保至少具有:
SLAPD_URLS="ldapi:/// ldap:/// ldaps:///"