puppet-openldap icon indicating copy to clipboard operation
puppet-openldap copied to clipboard

Don't delete temporary file before using it

Open justafish opened this issue 8 months ago • 1 comments

Pull Request (PR) description

I encountered an LDAP error 80 (LDAP_OTHER) whilst adding SSL certificates:

 class { 'openldap::server':
        ssl_cert   => '/etc/ssl/certs/foo.com.crt',
        ssl_key    => '/etc/ssl/private/foo.com.key',
        ssl_ca     => '/etc/ssl/certs/foo.com.ca-bundle',
    }

This Pull Request (PR) fixes the following issues

Doesn't delete temporary files before they're used

justafish avatar Jun 18 '24 17:06 justafish