role slapd:
- setup ssl (WIP) - setup replication provider (WIP) - setup replication consumer (WIP) ssl and replication provider seems to be ok (need to test on clean machine) replication consumer needs more testing
This commit is contained in:
17
templates/ssl.ldif
Normal file
17
templates/ssl.ldif
Normal file
@@ -0,0 +1,17 @@
|
||||
dn: cn=config
|
||||
changetype: modify
|
||||
replace: olcTLSCertificateFile
|
||||
olcTLSCertificateFile: {{ ldap_ssl_cert_path }}
|
||||
-
|
||||
replace: olcTLSCertificateKeyfile
|
||||
olcTLSCertificateKeyfile: {{ ldap_ssl_key_path }}
|
||||
-
|
||||
replace: olcTLSCipherSuite
|
||||
olcTLSCipherSuite: TLSv1+RSA:!NULL
|
||||
-
|
||||
replace: olctlsverifyclient
|
||||
olctlsverifyclient: never
|
||||
-
|
||||
replace: olctlscacertificatefile
|
||||
olctlscacertificatefile: {{ ldap_ssl_cacert_path }}
|
||||
|
||||
Reference in New Issue
Block a user