[
https://issues.apache.org/jira/browse/KARAF-5014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896678#comment-17896678
]
Jean-Baptiste Onofré commented on KARAF-5014:
---------------------------------------------
The original idea is to have the {{group,}} prefix when dealing inside a group
definition. That's why you have this by default in the
{{{}etc/users.properties{}}}:
{code:java}
_g_\:admingroup = group,admin,manager,viewer,systembundles,ssh {code}
You can see that the first "group" is not actually a group, it's just a prefix
indicating it's a group.
I agree that it could be confusing.
With your proposed fix, it means that {{group}} will be considered as a role in
the {{{}admingroup{}}}.
> First role of group definition in users.properties missing
> -----------------------------------------------------------
>
> Key: KARAF-5014
> URL: https://issues.apache.org/jira/browse/KARAF-5014
> Project: Karaf
> Issue Type: Bug
> Components: karaf
> Affects Versions: 4.0.4
> Reporter: Andre Schlegel-Tylla
> Assignee: Jean-Baptiste Onofré
> Priority: Major
>
> The first role of an group got lost in role list:
> {code}
> bpcadmin = {CRYPT}...{CRYPT},bpcadmin,_g_\:zauberer,_g_\:masterdata
> _g_\:masterdata = VAM-administrator,VAM_organization_12001,wosinddieweiteren
> _g_\:zauberer=erstefehlt,abracadabra,simsalabim,sesamoeffnedich,hexhex
> {code}
> The roles "VAM-administrator" and "erstefehlt" are not listet on user
> "bpcadmin".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)