views:

435

answers:

0

Hi,

While I have been able to customize the JasperServer to use existing iBatis/Struts infrastructure and integrate authentication using existing app, there is one thorn.

How can I change the code called by modified login page to accept another field? Say I want user to enter Domain in addition to username and password. And use the three to authenticate and eventually show reports. I have been able to write my custom Dao that authenticates jasper user from my DB, but how do I get new attribute - domain to reach my Dao, so that it can be used to authenticate the user?

Thx