forked from ISTI-ansible-roles/ansible-roles
library/roles/openldap-server/files/olcSSL.ldif: Change the syntax of the entries. The old one failed on the slave server.
This commit is contained in:
parent
0a0d9c35a9
commit
170fb7bd08
|
@ -1,13 +1,20 @@
|
||||||
dn: cn=config
|
dn: cn=config
|
||||||
add: olcTLSCACertificateFile
|
changetype: modify
|
||||||
|
replace: olcTLSCACertificateFile
|
||||||
olcTLSCACertificateFile: /etc/pki/openldap/chain.pem
|
olcTLSCACertificateFile: /etc/pki/openldap/chain.pem
|
||||||
-
|
|
||||||
add: olcTLSCertificateKeyFile
|
dn: cn=config
|
||||||
|
changetype: modify
|
||||||
|
replace: olcTLSCertificateKeyFile
|
||||||
olcTLSCertificateKeyFile: /etc/pki/openldap/privkey.pem
|
olcTLSCertificateKeyFile: /etc/pki/openldap/privkey.pem
|
||||||
-
|
|
||||||
add: olcTLSCertificateFile
|
dn: cn=config
|
||||||
|
changetype: modify
|
||||||
|
replace: olcTLSCertificateFile
|
||||||
olcTLSCertificateFile: /etc/pki/openldap/cert.pem
|
olcTLSCertificateFile: /etc/pki/openldap/cert.pem
|
||||||
-
|
|
||||||
add: olcTLSCACertificatePath
|
dn: cn=config
|
||||||
|
changetype: modify
|
||||||
|
replace: olcTLSCACertificatePath
|
||||||
olcTLSCACertificatePath: /etc/ssl/certs
|
olcTLSCACertificatePath: /etc/ssl/certs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue