Posts

Showing posts from January 9, 2019

OpenLDAP error configuring StartTLS: ldap_modify: Other (e.g., implementation specific) error (80)

Image
1 Configuring StartTLS for OpenLDAP. Ubuntu server 16.04 Slapd 2.4.42+dfsg-2ubuntu3.2 I have my own internal Certificate authority that is providing certificates. I have set up certificates and key: in /etc/ssl/certs: -rw-r----- 1 root ssl-cert 3268 Jul 14 23:02 ldaptest.roenix.net.cert.pem lrwxrwxrwx 1 root root 51 Jul 2 13:22 roenix.ca.cert.pem -> /usr/local/share/ca-certificates/roenix.ca.cert.crt in /etc/ssl/private: -rw-r----- 1 root ssl-cert 3243 Jul 14 23:01 ldaptest.roenix.net.key.pem I have correctly set hostname: @ldaptest:/etc/ssl/certs$ hostname -f ldaptest.roenix.net I try to add the configuration to slapd with this LDIF: dn: cn=config changetype: modify add: olcTLSCACertificateFile olcTLSCACertificateFile: /etc/ssl/certs/roenix.ca.cert.pem - add: olcTLSCertifi