2 Replies Latest reply on Jun 28, 2004 5:52 AM by snavjot

    No UserRoles issue

      Hi,

      I am fairly new to JAAS and have read the article mentioned in sticky post.

      I have done all the configuration but I have a table structure like this. In my application, no user can have multiple roles.

      Login
      code | pass | role

      I dont want to create 2 tables just for the sake of creating if i can use same table in both queries.
      Can i use the same table in principalsQuery and rolesQuery? As you can see i don't even have something like roleGroup, how would DatabaseServerLoginModule behave in that scenario?

      TIA
      Navjot Singh