2021-04-03 23:10:24 +02:00
|
|
|
#### ENABLE LDAP TLS ####
|
|
|
|
dn: cn=config
|
|
|
|
changetype: modify
|
|
|
|
add: olcTLSCertificateFile
|
2022-06-11 12:42:02 +02:00
|
|
|
olcTLSCertificateFile: {{ certpub }}
|
2021-04-03 23:10:24 +02:00
|
|
|
-
|
|
|
|
add: olcTLSCertificateKeyFile
|
2022-06-11 12:42:02 +02:00
|
|
|
olcTLSCertificateKeyFile: {{ certpriv }}
|
2021-04-03 23:10:24 +02:00
|
|
|
-
|