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

Freeman Fang resolved KARAF-2029.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.1
                   2.2.10

commit fix
http://svn.apache.org/viewvc?rev=1413462&view=rev for trunk
http://svn.apache.org/viewvc?rev=1413464&view=rev for 2.3.x branch
http://svn.apache.org/viewvc?rev=1413463&view=rev for 2.2.x branch
                
> delete.user option missing from JDBCLoginModule
> -----------------------------------------------
>
>                 Key: KARAF-2029
>                 URL: https://issues.apache.org/jira/browse/KARAF-2029
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.3.0
>            Reporter: Fintan Bolton
>            Assignee: Freeman Fang
>             Fix For: 2.2.10, 2.3.1, 3.0.0
>
>
> The {{org.apache.karaf.jaas.modules.jdbc.JDBCLoginModule}} class contains the 
> following code:
> {code}
>     public static final String DELETE_ROLE_STATEMENT = "delete.role";
>     public static final String DELETE_ROLES_STATEMENT = "delete.roles";
>     public static final String DELETE_USER_STATEMENT = "delete.roles";
> {code}
> presumably that last line was meant to be:
> {code}
>     public static final String DELETE_USER_STATEMENT = "delete.user";
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to