Quantcast
Viewing all articles
Browse latest Browse all 16689

How to setup Pentaho CE with LDAP using bind authentication

Hi,

I am trying to setup Pentaho CE to using LDAP authentication. I have been successful in setting up the authentication. However I am currently hard-coding the contextSource.userDn and contextSource.password in applicationContext-security-ldap.properties as below.

contextSource.userDn=uid\=admin,ou\=system
contextSource.password=secret

Our company policy does not allow us to hard code the user and password. Also we cannot have a common read-only user for authentication. My requirement is to use the login and password provided on the PUC to authenticate the user. How I can I achieve this? I want something like below:

contextSource.userDn=uid\=PUC_LOGIN,ou\=system
contextSource.password=PUC_PASSWORD

Is something like below possible?

contextSource.userDn=uid\={0},ou\=system
contextSource.password={1}




Thank You.

Regards,
Latif

Viewing all articles
Browse latest Browse all 16689

Trending Articles