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 | 8e3eaee0868182ccc79252ed8e914d76fdfe68bd (patch) | |
| tree | 7746ccb9695589fb927d4c097e3ab0cfac758c23 /qpid/java/systests/etc | |
| parent | f3565f9fa6edde79a3d40006abf44b568f7279f0 (diff) | |
| download | qpid-python-8e3eaee0868182ccc79252ed8e914d76fdfe68bd.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@827967 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests/etc')
| -rw-r--r-- | qpid/java/systests/etc/config-systests-acl-settings.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/qpid/java/systests/etc/config-systests-acl-settings.xml b/qpid/java/systests/etc/config-systests-acl-settings.xml index 418fada422..d7c1ef70df 100644 --- a/qpid/java/systests/etc/config-systests-acl-settings.xml +++ b/qpid/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> |
