Ferguson, Doug wrote:
> I am currently tryint to write a loginModule that
> uses DBAuthentication and uses roles.
BTW, you don't need to re-implement DBAuthentication, you can use
DatabaseServerLoginModule and write your own login module that just
sets user roles for the Subject. These server login modules then
should appear in auth.conf one below another in the same application
entry. 

Oleg



Reply via email to