Leave this unchecked to only allow existing accounts in OpenProject to authenticate through LDAP!
connection_encryption:'Connection encryption'
encryption_details:'Encryption details'
encryption_details:'LDAPS / STARTTLS options'
system_account:'System account'
system_account_legend:|
OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree.
@ -175,9 +175,12 @@ en:
For more information, visit <a href="%{link}">the Net::LDAP documentation</a>.
tls_options:
verify_peer:"Verify SSL certificate"
verify_peer_description:"Enables strict SSL verification of the certificate trusted chain."
verify_hostname:"Verify certificate hostname"
verify_hostname_description:"Verifies the SSL certificate hostname"
verify_peer_description_html:>
Enables strict SSL verification of the certificate trusted chain.
<br/>
<strong>Warning:</strong> Unchecking this option disables SSL verification of the LDAP server certificate.
This exposes your connection to Man in the Middle attacks.
tls_certificate_description:"If the LDAP server certificate is not in the trust sources of this system, you can add it manually here. Enter a PEM X509 certifiate string."
forums:
show:
no_results_title_text:There are currently no posts for the forum.
@ -488,6 +491,7 @@ en:
host:"Host"
onthefly:"Automatic user creation"
port:"Port"
tls_certificate_string:"LDAP server SSL certificate"
changeset:
repository:"Repository"
comment:
@ -697,6 +701,11 @@ en:
is not providing a "Secure Context". Either use HTTPS or a loopback address, such as localhost.
wrong_length:"is the wrong length (should be %{count} characters)."
models:
auth_source:
attributes:
tls_certificate_string:
invalid_certificate:"The provides SSL certificate is invalid: %{additional_message}"