Skip to content
Snippets Groups Projects
Commit 852286c0 authored by Michael Kozono's avatar Michael Kozono
Browse files

Add LDAPS certificate verification to release post

parent c3daa91f
No related branches found
No related tags found
1 merge request!6239GitLab 9.4 release post
Pipeline #
Loading
Loading
@@ -227,6 +227,13 @@ features:
description: | # supports markdown
With the introduction of dependencies between different projects, one of them may need to access artifacts created by a previous one. This process must be granted for authorized accesses, and it can be done using the CI_JOB_TOKEN variable that identifies a specific job.
- name: Security - Add LDAP SSL certificate verification
available_in: [ce, ees, eep] # required
documentation_link: 'https://docs.gitlab.com/ce/administration/auth/ldap.html#tls-server-authentication' # webpage or documentation - optional
documentation_text: "Learn more" # optional
description: | # supports markdown
We added support for certificate verification for LDAP over SSL. This option will be disabled by default for backwards-compatibility until GitLab 9.5. Additionally, to aid in configuring a secure connection, you can now specify a CA certificate file and SSL version. Encryption method names `ssl` and `tls` have been deprecated in favor or `simple_tls` and `start_tls`, respectively.
# MVP
mvp:
fullname: # Name Surname
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment