9 lines
198 B
Text
9 lines
198 B
Text
#### ENABLE LDAP TLS ####
|
|
dn: cn=config
|
|
changetype: modify
|
|
add: olcTLSCertificateFile
|
|
olcTLSCertificateFile: {{ certpub }}
|
|
-
|
|
add: olcTLSCertificateKeyFile
|
|
olcTLSCertificateKeyFile: {{ certpriv }}
|
|
-
|