You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2013/10/08 10:27:42 UTC

[jira] [Assigned] (KARAF-2502) karaf-service script does not properly set the RUN_AS_GROUP variable if a primary group is not set

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

Jean-Baptiste Onofré reassigned KARAF-2502:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré

> karaf-service script does not properly set the RUN_AS_GROUP variable if a primary group is not set
> --------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-2502
>                 URL: https://issues.apache.org/jira/browse/KARAF-2502
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.3.3
>            Reporter: Jonathan Anstey
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.4.0, 3.0.0, 2.3.4
>
>         Attachments: KARAF-2502-karaf-2.3.x.patch, KARAF-2502-karaf-2.x.patch, KARAF-2502-trunk.patch
>
>
> In karaf-service when a primary group cannot be found the RUN_AS_GROUP variable is not set correctly. It is currently:
> {code}
> # Resolve the primary group
> RUN_AS_GROUP=`groups $RUN_AS_USER | awk '{print $3}' | tail -1`
> if [ "X$RUN_AS_GROUP" = "X" ]
> then
>    RUN_AS_GROUP=RUN_AS_USER
> fi
> {code}
> Don't think we mean to set RUN_AS_GROUP to "RUN_AS_USER". Attaching patch shortly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)