1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

ssl options for ldap

This commit is contained in:
Kyle Spearrin
2018-09-18 11:31:11 -04:00
parent 8c8b4da595
commit 63bc5e4161
5 changed files with 89 additions and 11 deletions

View File

@@ -417,6 +417,21 @@
"ldapSsl": {
"message": "This server uses SSL (LDAPS)"
},
"ldapSslUntrustedDesc": {
"message": "If your LDAPS server uses an untrusted certificate you can configure certificate options below."
},
"ldapSslCa": {
"message": "Certificate CA Chain (PEM)"
},
"ldapSslCert": {
"message": "Certificate (PEM)"
},
"ldapSslKey": {
"message": "Certificate Private Key (PEM)"
},
"ldapSslAllowUnauthorized": {
"message": "Allow untrusted SSL connections (not recommended)."
},
"ldapAd": {
"message": "This server uses Active Directory"
},