Browse Source

README.md

Bertrand Gouny 10 years ago
parent
commit
477c66078e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -177,6 +177,13 @@ TLS options :
 - **LDAP_TLS_KEY_FILENAME**: Ldap ssl certificate private key filename. Defaults to `ldap.key`
 - **LDAP_TLS_CA_CRT_FILENAME**: Ldap ssl CA certificate  filename. Defaults to `ca.crt`
 
+
+- **LDAP_TLS_CIPHER_SUITE**: TLS cipher suite. Defaults to `SECURE256:-VERS-SSL3.0`
+- **LDAP_TLS_PROTOCOL_MIN**: TLS min protocol. Defaults to `3.1`
+- **LDAP_TLS_VERIFY_CLIENT**: TLS verify client. Defaults to `demand`
+	
+	Help: http://www.openldap.org/doc/admin24/tls.html
+
 Replication options :
 - **LDAP_REPLICATION**: Add openldap replication capabilities. Defaults to `false`