Categories
- All Categories
- 153 Oracle Analytics News
- 28 Oracle Analytics Videos
- 14.8K Oracle Analytics Forums
- 5.7K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 55 Oracle Analytics Trainings
- 12 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
How to configure SLDAP ?

Dear all,
We have Oracle BI EE v12.2.1.2.0,
We already configured the WebLogic to use Microsoft LDAP as External Authentication Provider using the WebLogic Administration Console "Security Realms >myrealm >Providers" and everything works fine,
Now our Microsoft team added SLDAP feature to the MS Active Directory, we need to modify our configurations to connect to SLDAP instead of LDAP, can any one provide a step-by-step guide on how to do this ??
thanks in advance
Answers
-
You should need to tick the Secure tick box to enable LDAPS and match the port that is used by AD for LDAPS. You will also need to import the CA and intermediate CA certificates from AD into your truststore.
0 -
Thanks handat, the first part actually is ok, but the second part of importing the CA and intermediate CA Cert. from AD is what I need a guide for, can you please help me finding a clear step-by-step guide to achieve that part ??
0 -
All you need to do is use keytool to import the certificates, eg:
keytool -importcert -trustcacerts -file <signed cert.cer> -alias trustcert -keystore <keystore file such as cacerts> -storepass <storepass>
You should be able to get the AD team to give you the certificates, otherwise, just use openssl to retrieve them.
0 -
Thanks again handat, I'll test that and update the thread back.
0