-
pentaho change authentification problem [RequestParameterAuthenticationFilter.java]
Hello,
I install pentaho it works perfectly, I change the authentication mode in the file pentaho-beans-spring.xml to use jdbc authentication, the problem now I want to add another Authentication in parallel with the jdbc authentication
I decompiller RequestParameterAuthenticationFilter.java class and I add log to see how his progress.
concern that:
String username = httpRequest.getParameter (this.userNameParameter); (userNameParameter = "userid")
String password = httpRequest.getParameter (this.passwordParameter); (passwordParameter = "password")
I always have a username = null and password = null and I can to authenticate myself (authentication work).
how I can recover the login and password entered by the user before authentication
Thank you,
Dali.
Last edited by dali; 04-18-2012 at 07:54 AM.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules