[Date Prev][Date Next] [Chronological] [Thread] [Top]

ldap.conf/TLS_CACERTDIR bug (ITS#1981)



Full_Name: Quanah Gibson-Mount
Version: 2.1.3
OS: Solaris 8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (171.64.13.58)


Hello,

In ldap.conf, you are supposed to be able to specify the
TLS_CACERTDIR as the location of your CA Cert, and
TLS_CACERT as your cert.  However, at this time, you actually have to give the
full pathname to the cert in TLS_CACERT for slurpd to find it, as when looking
at the truss output, it simply tries to open the value of TLS_CACERT instead of
$TLS_CACERTDIR/$TLS_CACERT.

--Quanah