summaryrefslogtreecommitdiff
path: root/java/broker/etc/acl.config.xml
Commit message (Collapse)AuthorAgeFilesLines
* QPID-868 : The acl.config.xml was using Base64MD5 PF which cannot be used ↵Martin Ritchie2008-03-211-2/+2
| | | | | | inVM as the SASL manager complains about the registration of the client and broker moudules. They appear to overwrite each other. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@639684 13f79535-47bb-0310-9956-ffa450edef68
* QPID-868 : Removed the acl.config.xml from systests/etc and updated the ↵Martin Ritchie2008-03-211-5/+1
| | | | | | systests pom file to locate the one in broker/etc. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@639629 13f79535-47bb-0310-9956-ffa450edef68
* QPID-822 Set default to false for JMSXUserID.Martin Ritchie2008-02-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@632055 13f79535-47bb-0310-9956-ffa450edef68
* QPID-107 : Initial ACL implementation for review. Implemented Permissions : ↵Martin Ritchie2008-02-251-0/+229
Consume, Create, Publish. The Permissions are configured via XML in a user friendly way. Sections for consume, create and publish are currently used to further define Access and Bind internally. Access is granted to all users that have some permission. Bind rights are given to users with Create rights. Full details of the ACL design will be posted on the wiki : http://cwiki.apache.org/qpid/qpid-design-access-control-lists.html git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@630854 13f79535-47bb-0310-9956-ffa450edef68