Analytics Resources: Insights, Best Practices,

Case Studies and More

close
Written by Shwetank Sheel
on September 07, 2013

When setting up a LDAP / AD connection in OBIEE, you sometimes want to login as different users to verify if all the parameters are being extracted correctly. This can be a challenge because we do not know the passwords of the users in this case.

To get around this, we can initialize the password for a manual initialization block so all users will validate against a static password, but still get all other attributes from LDAP.

To do this, we need to remove the USER variable from LDAP and create a new init block to return USER from a static initialization block as displayed below. All the other variables (DISPLAYNAME, ROLES, GROUPS) can continue to be populated by the LDAP initialization block.

The init block below will allow any user to login as long as the password entered is P@ssw0rd12345. If the user exists in LDAP, additional attributes for that user will also be fetched from LDAP.

fake password ldap

You may also like:

OBIEE 12c Cloud Analytics

Join us at the Modern Finance Experience

Join us on Wednesday 23-Mar at the Marina Bay Sands for the Modern Finance Experience event organized by Oracle. You wil...

OBIEE 12c

OBIEE 12c Baseline Validation Tool

In the real world, the migration between two OBIEE environments is really take time .The last time we did this for a cus...

OBIEE 12c

Steps to upgrade usage tracking when upgrading from OBIEE 11.1.7.1 to OBIEE 11.1.1.9

Recently usage tracking stopped working for one of my clients after upgrading to OBIEE 11.1.1.9 with the NQSERVER log sh...