Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to configure SLDAP ?

Received Response
31
Views
4
Comments
Rank 3 - Community Apprentice

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

Welcome!

It looks like you're new here. Sign in or register to get started.

Answers

  • Rank 5 - Community Champion

    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.

  • Rank 3 - Community Apprentice

    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 ??

  • Rank 5 - Community Champion

    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.

  • Rank 3 - Community Apprentice

    Thanks again handat, I'll test that and update the thread back.

Welcome!

It looks like you're new here. Sign in or register to get started.