diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-10-21 11:38:44 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-10-21 11:38:44 +0000 |
| commit | 1b3706a481def9e8e685d5f6488c3f8051fd0201 (patch) | |
| tree | 76518d07e93402c274f665e2e39f225d7fc0b05b /java/systests/etc | |
| parent | 6b20198b5058dfc11233b9c93f344b8391fdde86 (diff) | |
| download | qpid-python-1b3706a481def9e8e685d5f6488c3f8051fd0201.tar.gz | |
QPID-1304: update ACL test + configuration file to use a static ACL configuration (with a secondary virtualhost)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@827967 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests/etc')
| -rw-r--r-- | java/systests/etc/config-systests-acl-settings.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/java/systests/etc/config-systests-acl-settings.xml b/java/systests/etc/config-systests-acl-settings.xml index 418fada422..d7c1ef70df 100644 --- a/java/systests/etc/config-systests-acl-settings.xml +++ b/java/systests/etc/config-systests-acl-settings.xml @@ -134,6 +134,26 @@ </security> </test> </virtualhost> + + <virtualhost> + <name>test2</name> + <test2> + <security> + <access> + <class>org.apache.qpid.server.security.access.plugins.SimpleXML</class> + </access> + + <access_control_list> + <!-- This section grants specific users full permissions to all artifacts in this virtualhost --> + <access> + <users> + <user>guest</user> + </users> + </access> + </access_control_list> + </security> + </test2> + </virtualhost> </virtualhosts> </broker> |
