Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3470

ACL handling and documentation differ

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.12
    • None
    • C++ Documentation
    • None
    • Debian GNU Linux, 32 and 64 bit

    Description

      The documentation states:

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

      group <group-name> = [user-list] [group-name-list]

      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:

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

      Attachments

        Activity

          People

            chug Charles E. Rolke
            caus Cajus Pollmeier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: