Table of Contents

OBIEE / Weblogic 11G - (Create|Recreate) a default authentication provider (with administrator, …)

About

How to recreate a default OBIEE authentication provider with the following user:

Steps

Create a new authentication provider

# Set environmental variables
export MW_HOME=/u01/app/oracle/product/middleware
export DOMAIN_HOME=$MW_HOME/user_projects/domains/bifoundation_domain
export CLASSPATH=$CLASSPATH:$MW_HOME/wlserver_10.3/server/lib/weblogic.jar
cd $DOMAIN_HOME/bin
. ./setDomainEnv.sh
cd security
mv DefaultAuthenticatorInit.ldift DefaultAuthenticatorInit.ldiftold
java weblogic.security.utils.AdminAccount weblogic weblogic .
cd ../servers/AdminServer
mv data data_old
cd security/
mv boot.properties boot.properties.old

Create the users and groups

Create the following group:

Recreate the following user and assign them their groups

Change the Credential password of BISystemUser

Restart the component

Documentation / Reference