Hi All,
I want Pentaho to authenticate against the oracle DB users.
From the material I read, I need to configure these files to switch to JDBC security:
\pentaho\server\biserver-ee\pentaho-solutions\system\pentaho-spring-beans.xml
\pentaho\server\biserver-ee\pentaho-solutions\system\applicationContext-spring-security-jdbc.xml
\pentaho\server\biserver-ee\pentaho-solutions\system\applicationContext-pentaho-security-jdbc.xml
The problem is for <property name="usersByUsernameQuery">.
that I can get the list of users from the oracle DB, but the password is hashed.
How do I get around this?
Thanks,
Alvin
I want Pentaho to authenticate against the oracle DB users.
From the material I read, I need to configure these files to switch to JDBC security:
\pentaho\server\biserver-ee\pentaho-solutions\system\pentaho-spring-beans.xml
\pentaho\server\biserver-ee\pentaho-solutions\system\applicationContext-spring-security-jdbc.xml
\pentaho\server\biserver-ee\pentaho-solutions\system\applicationContext-pentaho-security-jdbc.xml
The problem is for <property name="usersByUsernameQuery">.
that I can get the list of users from the oracle DB, but the password is hashed.
How do I get around this?
Thanks,
Alvin