ldap: Disable SSLv3 and add list of ciphers to ldap::server.
This commit is contained in:
parent
80fdf06830
commit
045fa50765
2 changed files with 3 additions and 0 deletions
|
@ -354,6 +354,7 @@ class ldap::client::ruby {
|
|||
class ldap::server {
|
||||
|
||||
require ssl
|
||||
include ssl::ciphersuites
|
||||
|
||||
if !$ldap_server_key {
|
||||
$ldap_server_key = "${puppet_ssldir}/private_keys/${homename}.pem"
|
||||
|
|
|
@ -43,6 +43,8 @@ TLSCertificateFile <%= scope.lookupvar('ssl::certs') %>/slapd.crt
|
|||
TLSCertificateKeyFile <%= scope.lookupvar('ssl::private') %>/slapd.key
|
||||
TLSCACertificatePath <%= scope.lookupvar('ldap::server::config') %>/cacerts
|
||||
TLSVerifyClient try
|
||||
TLSCipherSuite <%= scope.lookupvar('ssl::ciphersuites::default_ciphersuites') %>
|
||||
TLSProtocolMin 3.1
|
||||
|
||||
# include database configs
|
||||
include <%= scope.lookupvar('ldap::server::config') %>/slapd.conf.d/database.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue