You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an error when trying to configure LDAP integration with Report Portal. Here's the error message:
An error occurred while connecting to server: You do not have enough permissions. simple bind failed: d-fend.local:636; nested exception is javax.naming.CommunicationException: simple bind failed: d-fend.local:636 [Root exception is javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target]
It seems that the Report Portal LDAP integration configuration does not have an option for TLS configuration, such as "Trust all certificates," or a place to add certificates.
Question:
How can I configure LDAP integration for Report Portal using secure port 636 (LDAPS)?
Current Setup:
Report Portal version: 23.2
Helm chart version: 5.10.0
Running on: Kubernetes k3s, version v1.24.6+k3s1
Report Portal LDAP Configuration:
Parameter
Value
URL
ldaps://my-company:636
Base DN
<Base DN>
Manager DN
<Manager DN>
Manager password
*****
User search filter
(&(objectClass=user)(sAMAccountName={0}))
Group search filter
(objectClass=group)
Password encoder type
NO
Email attribute
mail
Full name attribute
displayName
The text was updated successfully, but these errors were encountered:
Hi @Pink-Bumblebee, I have Report Portal installed on Kubernetes using the Helm package manager, so I’m not using Docker as described in the article. Additionally, I see that approach more as a workaround rather than a proper solution. Thanks anyway!
I'm encountering an error when trying to configure LDAP integration with Report Portal. Here's the error message:
An error occurred while connecting to server: You do not have enough permissions. simple bind failed: d-fend.local:636; nested exception is javax.naming.CommunicationException: simple bind failed: d-fend.local:636 [Root exception is javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target]
It seems that the Report Portal LDAP integration configuration does not have an option for TLS configuration, such as "Trust all certificates," or a place to add certificates.
Question:
How can I configure LDAP integration for Report Portal using secure port 636 (LDAPS)?
Current Setup:
Report Portal LDAP Configuration:
ldaps://my-company:636
<Base DN>
<Manager DN>
*****
(&(objectClass=user)(sAMAccountName={0}))
(objectClass=group)
NO
mail
displayName
The text was updated successfully, but these errors were encountered: