[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: trying to get tls working
I'm not sure what's the specific problem is here, but thought I would
post at least my configuration. Note that the certificate has
www.openldap.org in it instead of ldap.openldap.org (because
its used for http as well) or a wildcard (which openldap doesn't
support [yet]).
#
# OpenLDAP public directory
# ldap://www.openldap.org/
#
sasl-host www.openldap.org
sasl-realm OPENLDAP.ORG
TLSCipherSuite HIGH:MEDIUM
TLSCertificateFile conf/server.pem
TLSCertificateKeyFile conf/server.pem
include conf/schema/core.schema
include conf/schema/cosine.schema
include conf/schema/inetorgperson.schema
include conf/schema/openldap.schema
pidfile var/slapd.pid
argsfile var/slapd.args
database ldbm
directory var/ldbm
suffix "dc=OpenLDAP,dc=org"