Fintan Bolton created KARAF-2029:
------------------------------------

             Summary: 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
             Fix For: 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