Description
The org.apache.karaf.jaas.modules.jdbc.JDBCLoginModule class contains the following 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";
presumably that last line was meant to be:
public static final String DELETE_USER_STATEMENT = "delete.user";