Hai Karan, If you want to access your table for authentication then you need to do changes in TurbineMapBuilder class.Or else you can see the mysql script for turbine and use the same tablename and variables in your datasource. By this way turbine takes care of authenticating a user provided you point your driver,datasource in the TR.P
If you want to know which method is used for authentication you can start with TurbineSecurity.getAuthenticatedUser(user, password). -Anand karan dhawan wrote: >Question : >Which method is used to find the authentication of a user ???? >(in hypersonic the table acessed is tubine_user) >The reason i would like to know about the details of the method is because instead of >hypersonic , i am using MySQL as my database. So in the Authetication Method i want >to give the name of my table (that is MySQL) instead of HyperSonic >I would appriciate of someone can tell the answer of the question. > >Thanks in Advance > >kd > > > > > > >--------------------------------- >Do You Yahoo!? >Yahoo! Tax Center - online filing with TurboTax > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
