SpagoBILabs / SpagoBI

Outdated version of Knowage - Business Intelligence suite. Explore https://github.com/KnowageLabs for the current repository.
180 stars 110 forks source link

SPAGOBI-143 - add LDAPS support in SpagoBILdapSecurityProvider #154

Open KnowageServiceAcc opened 4 years ago

KnowageServiceAcc commented 4 years ago

Details

Key Value
Key SPAGOBI-143
Type New Feature
Status Open
Priority Major
Resolution
Affects 1.9.4
Fix
Components
Labels

People

Key Value
Assignee Angelo Bernabei
Reporter Yannick LE NY

Dates

Key Value
Created 2008-08-25T15:50:24.000+0200
Updated 2008-08-25T15:50:24.000+0200
Resolved n.d.

Description

Hello,

I take a look in SpagoBILdapSecurityProvider's code source and I found nothing about LDAPS support. Now, in my company, we do a study for an Open Source Business Intelligence Tool. SpagoBI is very interessant, but all the applications in the company must use LDAPS for authentification. LDAP is not authaurized.

Can you add LDAPS support in SpagoBILdapSecurityProvider ?

Thanks.

Best regards.

Yannick.

Comments

no comments

bendem commented 2 years ago

Hello, it's 2021 and there is still no way to connect spagobi to a ldap server enforcing secure connection (through tls/ldaps or through starttls). The upstream library supports starttls (but not tls) by passing it a LDAPTLSSocketFactory and calling .startTLS() on the connection. Could this be considered and documented?