You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jamie goodyear (JIRA)" <ji...@apache.org> on 2011/07/25 13:47:11 UTC

[jira] [Closed] (KARAF-180) JAAS Database Login Module

     [ https://issues.apache.org/jira/browse/KARAF-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie goodyear closed KARAF-180.
--------------------------------


> JAAS Database Login Module
> --------------------------
>
>                 Key: KARAF-180
>                 URL: https://issues.apache.org/jira/browse/KARAF-180
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Ioannis Canellos
>            Assignee: Ioannis Canellos
>             Fix For: 2.1.0
>
>
> I think it would be nice if karaf provided a JAAS Database Login Module.
> That module could have the following properties:
> * Data Source (required) passed as a filter (e.g. osgi.jndi.service.name).
> * Password Retrieval Query (optional)
> * Role Retrieval Query (optional)
> * Digest Algorithm (optional)
> Example configuration:
>    <jaas:config name="somerealm">
>         <jaas:module className="org.apache.karaf.jaas.modules.database.DatabaseLoginModule" flags="required">
>             datasource = jdbc/somedb
>             passwordQuery = "SELECT PASSWORDD FROM USERS WHERE USERNAME=?"
>             roleQuery = "SELECT ROLE FROM ROLES WHERE USERNAME=?"
>             diggest = MD5
>         </jaas:module>
>     </jaas:config>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira