Hi,
I have the following db structure for my user / role tables:
User User-Role Role
---------- ----------- ----------
id ------ user_id
username rold_id ------- id
password rolename
Is there a realm implementation that support this structure?
AFAICT, the JDBC and DataSourceRealm classes require the following structure:
User User-Role ---------- ----------- username ------ username password role_name
cheers Nathan
-- Nathan Coast Managing Director Codeczar Ltd mob : (852) 9049 5581 tel : (852) 2834 8733 fax : (852) 2834 8755 web : http://www.codeczar.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
