You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Cajus Pollmeier (JIRA)" <ji...@apache.org> on 2011/09/06 10:24:09 UTC

[jira] [Created] (QPID-3470) ACL handling and documentation differ

ACL handling and documentation differ
-------------------------------------

                 Key: QPID-3470
                 URL: https://issues.apache.org/jira/browse/QPID-3470
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker, Documentation
    Affects Versions: 0.12
         Environment: Debian GNU Linux, 32 and 64 bit
            Reporter: Cajus Pollmeier
            Priority: Minor


The documentation states:

{quote}
user = username[/domain[@realm]]
user-list = user1 user2 user3 ...
group-name-list = group1 group2 group3 ...

group <group-name> = [user-list] [group-name-list]
{quote}

But the code does not support group nesting. An exception is thrown, detailing that stuff behind the *group* keyword needs to have a realm.

Example:

{quote}
group admins admin@QPID me@QPID
group agents amqp@QPID
group clients whatever@QPID
group event-publisher agents admins
group event-consumer clients admins
{quote}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org