Jump to content
We've recently updated our Privacy Statement, available here ×

authentication using database users


ibrahimhamza

Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Well, you can configure JS to authenticate to your LDAP, but if its just a plain DB with some users, i dont think so. Some more JS has its own password encryption method, if your DB store the password in plain/MD5 hash, it will not able to authenticate. What you can do is, import all this user to JS.

Sherman / Lucianc, correct me if im wrong



Post Edited by Anandharaj @ Raj at 04/09/09 03:01
Link to comment
Share on other sites

Thanks anandharaj

I don't have ldap

I have oracle XE database which contains the repository

I want to authenticate from physical database users

just connect to oracle using jdbc

oracle save passwords in its own way

 



Post Edited by ibrahim hamza at 04/08/09 09:21
Link to comment
Share on other sites

thanks anandharaj for your great support and your good response

but oracle save passwords in its own way

i try now to save the users passwords that will connect to the reports in standard hasing like sha1 or md5

and if i find a solution for databse users i will post it here

Link to comment
Share on other sites

  • 4 weeks later...

You can do this by implementing an Acegi bean that does the authentication on login by trying to connect to an Oracle instance with the supplied user name and password.

 

You may also need a custom data source that connects to the database as the users when you run reports . This would cover the case where you have database level security.

 

Sherman

Jaspersoft

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...