[ 
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)

Reply via email to