You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org> on 2009/01/06 05:33:44 UTC

[jira] Created: (QPID-1558) Reject ACL file if user names does not contain a realm

Reject ACL file if user names does not contain a realm
------------------------------------------------------

                 Key: QPID-1558
                 URL: https://issues.apache.org/jira/browse/QPID-1558
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: M4
            Reporter: Rajith Attapattu
            Assignee: Rajith Attapattu


As per the discussion on QPID-1545, it was decided that we should reject an ACL file which contains user names without a realm.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1558) Reject ACL file if user names does not contain a realm

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajith Attapattu updated QPID-1558:
-----------------------------------

    Attachment: acl_usercheck.patch

This patch does a simple check to see if a user is specified using the following format.
"name@realm"

> Reject ACL file if user names does not contain a realm
> ------------------------------------------------------
>
>                 Key: QPID-1558
>                 URL: https://issues.apache.org/jira/browse/QPID-1558
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M4
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>         Attachments: acl_usercheck.patch
>
>
> As per the discussion on QPID-1545, it was decided that we should reject an ACL file which contains user names without a realm.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1558) Reject ACL file if user names does not contain a realm

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajith Attapattu updated QPID-1558:
-----------------------------------

    Attachment: acl_tests.patch

This patch contains two tests
1. check If a username and groupname are the same, then it is handled properly in the acl module (QPID-1545)
2. check that an error is raised if a username is not in the following format "name@realm".

> Reject ACL file if user names does not contain a realm
> ------------------------------------------------------
>
>                 Key: QPID-1558
>                 URL: https://issues.apache.org/jira/browse/QPID-1558
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M4
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>         Attachments: acl_tests.patch, acl_usercheck.patch
>
>
> As per the discussion on QPID-1545, it was decided that we should reject an ACL file which contains user names without a realm.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (QPID-1558) Reject ACL file if user names does not contain a realm

Posted by "Carl Trieloff (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661258#action_12661258 ] 

Carl Trieloff commented on QPID-1558:
-------------------------------------

patches look good

> Reject ACL file if user names does not contain a realm
> ------------------------------------------------------
>
>                 Key: QPID-1558
>                 URL: https://issues.apache.org/jira/browse/QPID-1558
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M4
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>         Attachments: acl_tests.patch, acl_usercheck.patch
>
>
> As per the discussion on QPID-1545, it was decided that we should reject an ACL file which contains user names without a realm.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1558) Reject ACL file if user names does not contain a realm

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajith Attapattu updated QPID-1558:
-----------------------------------

    Attachment:     (was: acl_tests.patch)

> Reject ACL file if user names does not contain a realm
> ------------------------------------------------------
>
>                 Key: QPID-1558
>                 URL: https://issues.apache.org/jira/browse/QPID-1558
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M4
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>         Attachments: acl_usercheck.patch
>
>
> As per the discussion on QPID-1545, it was decided that we should reject an ACL file which contains user names without a realm.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1558) Reject ACL file if user names does not contain a realm

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajith Attapattu updated QPID-1558:
-----------------------------------

    Attachment: acl_tests.patch

This patch contains two tests
1. check If a username and groupname are the same, then it is handled properly in the acl module (QPID-1545)
2. check that an error is raised if a username is not in the following format "name@realm".

> Reject ACL file if user names does not contain a realm
> ------------------------------------------------------
>
>                 Key: QPID-1558
>                 URL: https://issues.apache.org/jira/browse/QPID-1558
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M4
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>         Attachments: acl_tests.patch, acl_usercheck.patch
>
>
> As per the discussion on QPID-1545, it was decided that we should reject an ACL file which contains user names without a realm.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-1558) Reject ACL file if user names does not contain a realm

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajith Attapattu resolved QPID-1558.
------------------------------------

       Resolution: Fixed
    Fix Version/s: M4

This issue has been fixed as of rev 732466 on trunk.

> Reject ACL file if user names does not contain a realm
> ------------------------------------------------------
>
>                 Key: QPID-1558
>                 URL: https://issues.apache.org/jira/browse/QPID-1558
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M4
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>             Fix For: M4
>
>         Attachments: acl_tests.patch, acl_usercheck.patch
>
>
> As per the discussion on QPID-1545, it was decided that we should reject an ACL file which contains user names without a realm.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.