Hello everyone,
I am trying to get the LDAP service (slapd) to run in secure i.e. TLS mode, so I can use it for LDAP user authentication in a small home network. I have the entry SLAPD_LDAPS="yes" in my /etc/sysconfig/slapd file but this appears to have no effect. (NB: The Fedora 17 sysadmin guide in Appendix D.1.11refers to the "/etc/sysconfig/ldap" file but it looks like this has been renamed as the content of the slapd file is as described there.)
When I check with netstat I can only see ldap running, not ldaps as well as would be expected:
I can connect to LDAP from an LDAP browser running on a remote machine on port 389.
Any idea where I am going wrong?
Thanks,
Andrew
I am trying to get the LDAP service (slapd) to run in secure i.e. TLS mode, so I can use it for LDAP user authentication in a small home network. I have the entry SLAPD_LDAPS="yes" in my /etc/sysconfig/slapd file but this appears to have no effect. (NB: The Fedora 17 sysadmin guide in Appendix D.1.11refers to the "/etc/sysconfig/ldap" file but it looks like this has been renamed as the content of the slapd file is as described there.)
When I check with netstat I can only see ldap running, not ldaps as well as would be expected:
Code:
[root@localhost sysconfig]# netstat -lt |grep ldap
tcp 0 0 *:ldap *:* LISTEN
tcp6 0 0 [::]:ldap [::]:* LISTEN
Any idea where I am going wrong?
Thanks,
Andrew