On Saturday 20 January 2001 03:13, dferugson wrote:
> I noticed a comment in the auth.conf file that mentions db
> authentication.
> What are the details for this? I.e. collumn names/types
Names are passed as a parameters to the login module.
Type of the user name column should be CHAR or VARCHAR,
Type of the password column should be CHAR or VARCHAR, BINARY or 
VARBINARY.

> Also, it says that there are no support for roles?
Yes.

> Will there eventially be support for roles or is this a totally
> different paradigm.
The main idea behind the server JAAS security is to give you 
possibility to write your own server login module.
It is not hard, really.
There are so many variants of database representation of role mapping 
that writing one LoginModule for all cases with dozens of parameters 
doesn't make much sense for me.
The description for it would take as much place as javadoc for 
LoginModule :-)
If you feel that you know the best or the most popular database 
representation for role mapping, feel free to contribute the 
correspondent LoginModule to JBoss.

Regards,
 Oleg


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to