Hi rbtechno, Would you clarify what you mean? If you want to create > 1 DB user account you'll probably have to create multiple hibernate configurations (or perhaps do so programmatically). I'm wondering why you need to do this however, unless you have to access 2 or more DBs. Would you elaborate? At any rate, you'll need to have separate user, password, and related hibernate properties for each DB session you want to use, assuming you are using hibernate. Note that you may not really need to do this; can your goals be accomplished via different ACEGI roles for the users and still use the same DB session?
-=j=- rbtechno wrote: > > Hi, > > I am using appfuse application.When i login to the application,it > authenticates the username and password with app_user table using > Acegi.But the database login is common for all the users.I need to create > separate login account for database with different permissions.so when i > login to the application ,it first needs to login to database with the > username and password exists in app_user table.Is there any possibility to > do that.If so please let me know asap. > > Thank you > -- View this message in context: http://www.nabble.com/Neep-help-in-acegi-tf4683484s2369.html#a13418848 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
