You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Volkmar Bluhm (JIRA)" <ji...@apache.org> on 2015/09/22 15:27:04 UTC

[jira] [Commented] (KARAF-2612) jaas:group-* and jaas:group-role-* commands have not effect

    [ https://issues.apache.org/jira/browse/KARAF-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14902599#comment-14902599 ] 

Volkmar Bluhm commented on KARAF-2612:
--------------------------------------

Hello Jean-Baptiste,
I ran in the issue you described using version 4.0.1. After playing along with the user management, it seems that this only affects the karaf user.

My test configuration was:
{code}
_g_\:admingroup = group,admin
_g_\:usergroup = group,user

karaf = karaf,_g_:usergroup,_g_:admingroup
root = root,_g_:usergroup,_g_:admingroup
myuser = myuser,_g_:usergroup
{code}

The org.apache.karaf.command.acl.shell.cfg was configured as follows:
{code}
* = admin
more = user
{code}

When logging in with each user and calling the help command, the results had been the following:
myuser: works
root: works
karaf: Command not found: shell:more

> jaas:group-* and jaas:group-role-* commands have not effect
> -----------------------------------------------------------
>
>                 Key: KARAF-2612
>                 URL: https://issues.apache.org/jira/browse/KARAF-2612
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-security
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>
> When doing:
> karaf@root()> jaas:realm-manage --index 1
> karaf@root()> jaas:group-add karaf mygroup
> karaf@root()> jaas:update
> the group doesn't appear with the jaas:user-list.
> More over the {{etc/users.properties}} file is not updated.
> Same thing when using the {{jaas:group-role-add}}.
> I set fix version as 3.0.0 for now, but depending to the time frame, it may be postponed to 3.0.1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)