Paul Colby created QPID-4032:
--------------------------------

             Summary: Broker does not accept sub-groups in group declaration, 
contrary to wiki documentation
                 Key: QPID-4032
                 URL: https://issues.apache.org/jira/browse/QPID-4032
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.16
         Environment: Linux 2.6.32-5-amd64 #1 SMP Thu Mar 22 17:26:33 UTC 2012 
x86_64 GNU/Linux
gcc (Debian 4.4.5-8) 4.4.5
            Reporter: Paul Colby


The ACL wiki page ([https://cwiki.apache.org/qpid/acl.html]) indicates by at 
least two examples, that group declarations can contain sub-groups.  However, 
Qpid 0.16 does not (seem to) allow this.

For example, given the following ACL file (cut down from the example at 
[https://cwiki.apache.org/qpid/acl.html#ACL-Examplefile%253A]):

{code}
# Some groups
group user-consume martin@QPID ted@QPID
group group2 kim@QPID user-consume rob@QPID
{code}

Qpid 0.16 gives the following error:

{{ACL format error: /home/paul/.qpidd/qpidd.acl:3: Line : 3, Username 
'user-consume' must contain a realm}}

It appears that the broker is requiring {{user-consume}} to be a qualified user 
name such as {{user-consume@QPID}} and not realizing that it is a group name 
instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to