10 lines
222 B
Text
10 lines
222 B
Text
|
#### ENABLE LDAP TLS ####
|
||
|
dn: cn=config
|
||
|
changetype: modify
|
||
|
add: olcTLSCertificateFile
|
||
|
olcTLSCertificateFile: {{ TLSCertificateFile }}
|
||
|
-
|
||
|
add: olcTLSCertificateKeyFile
|
||
|
olcTLSCertificateKeyFile: {{ TLSCertificateKeyFile }}
|
||
|
-
|