On Tue, 25 Jun 2013, Rodney Simioni wrote:
I just compiled openldap with: ./configure --prefix=/usr/local/openldap --enable-ldap --with-tls=openssl --with-cyrus-sasl --enable-crypt
I did a 'make depend', 'make', and a 'make install'; I didn't see any errors.
I fired up ldap with: './slapd -d127 -h "ldap:///"'
What certificates did you configure slapd to use?
c.f http://www.openldap.org/doc/admin24/tls.html
which is linked from the quick start guide on www.OpenLDAP.org
Philip Guenther