make it work on debian12
This commit is contained in:
@@ -3,15 +3,18 @@ changetype: modify
|
||||
replace: olcTLSCertificateFile
|
||||
olcTLSCertificateFile: {{ ldap_ssl_cert_path }}
|
||||
-
|
||||
replace: olcTLSCACertificatePath
|
||||
olcTLSCACertificatePath: /etc/ssl/certs
|
||||
-
|
||||
replace: olcTLSCertificateKeyfile
|
||||
olcTLSCertificateKeyfile: {{ ldap_ssl_key_path }}
|
||||
-
|
||||
replace: olcTLSCipherSuite
|
||||
olcTLSCipherSuite: TLSv1+RSA:!NULL
|
||||
replace: olcTLSProtocolMin
|
||||
olcTLSProtocolMin: 3.3
|
||||
-
|
||||
replace: olctlsverifyclient
|
||||
olctlsverifyclient: never
|
||||
-
|
||||
replace: olctlscacertificatefile
|
||||
olctlscacertificatefile: {{ ldap_ssl_cacert_path }}
|
||||
olctlscacertificatefile: {{ ldap_ssl_cert_path }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user