We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5869e9f commit 477c660Copy full SHA for 477c660
README.md
@@ -177,6 +177,13 @@ TLS options :
177
- **LDAP_TLS_KEY_FILENAME**: Ldap ssl certificate private key filename. Defaults to `ldap.key`
178
- **LDAP_TLS_CA_CRT_FILENAME**: Ldap ssl CA certificate filename. Defaults to `ca.crt`
179
180
+
181
+- **LDAP_TLS_CIPHER_SUITE**: TLS cipher suite. Defaults to `SECURE256:-VERS-SSL3.0`
182
+- **LDAP_TLS_PROTOCOL_MIN**: TLS min protocol. Defaults to `3.1`
183
+- **LDAP_TLS_VERIFY_CLIENT**: TLS verify client. Defaults to `demand`
184
185
+ Help: http://www.openldap.org/doc/admin24/tls.html
186
187
Replication options :
188
- **LDAP_REPLICATION**: Add openldap replication capabilities. Defaults to `false`
189
0 commit comments