blob: 7fb0d3f636b530a5bba910d8781e786e6add18f4 [file] [log] [blame]
<!-- Licensed to the Apache Software Foundation (ASF) under the terms of ASLv2 (http://www.apache.org/licenses/LICENSE-2.0). -->
<roles>
<group name="testgroup">
<properties>
<other>otherTestProperty</other>
<type>testGroupType</type>
</properties>
</group>
<group name="testgroup2">
<properties>
<type>otherGroupType</type>
</properties>
<memberof>testgroup</memberof>
</group>
<user name="testuser">
<properties>
<username>testuser</username>
</properties>
<credentials>
<password>test</password>
</credentials>
<memberof>testgroup2</memberof>
</user>
</roles>