Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/trunk/python/ndg.security.test/ndg/security/test/sessionmanager/siteAAttributeAuthority/siteAMapConfig.xml@4447
Revision 4447,
1.3 KB
checked in by pjkersha, 12 years ago
(diff) |
- Updated Session Manager unit tests to include a call to a locally instantiated Attribute Authority
- fixed bug in CredentialWallet?.getAttCert - ensure attributeAuthority keyword input correctly picked up.
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <AAmap> |
---|
3 | <thisHost name="Site A"> |
---|
4 | <aaURI>http://localhost:5000/AttributeAuthority</aaURI> |
---|
5 | <loginURI>https://localhost/login</loginURI> |
---|
6 | <aaDN>/O=NDG/OU=Site A/CN=AttributeAuthority</aaDN> |
---|
7 | <loginServerDN>/C=UK/ST=Oxfordshire/O=STFC/OU=BADC/CN=localhost</loginServerDN> |
---|
8 | <loginRequestServerDN>/C=UK/ST=Oxfordshire/O=STFC/OU=BADC/CN=localhost</loginRequestServerDN> |
---|
9 | </thisHost> |
---|
10 | <trusted name="Site C"> |
---|
11 | <aaURI>http://aa.sitec.blah</aaURI> |
---|
12 | <loginURI>https://www.sitec.blah/login</loginURI> |
---|
13 | <aaDN>/O=SiteC/OU=Security/CN=AttributeAuthority</aaDN> |
---|
14 | <loginServerDN>/O=SiteD/OU=D/CN=ndg.sitec.blah</loginServerDN> |
---|
15 | <loginRequestServerDN>/O=SiteD/OU=D/CN=ndg.sitec.blah</loginRequestServerDN> |
---|
16 | <role remote="StaffMember" local="staff"/> |
---|
17 | </trusted> |
---|
18 | <trusted name="Site D"> |
---|
19 | <aaURI>http://aa.sited.blah</aaURI> |
---|
20 | <loginURI>https://www.sited.blah/login</loginURI> |
---|
21 | <aaDN>/O=SiteD/OU=Security/CN=AttributeAuthority</aaDN> |
---|
22 | <loginServerDN>/O=SiteD/OU=D/CN=ndg.sited.blah</loginServerDN> |
---|
23 | <loginRequestServerDN>/O=SiteD/OU=D/CN=ndg.sited.blah</loginRequestServerDN> |
---|
24 | <role remote="academic" local="postgrad"/> |
---|
25 | <role remote="student" local="SiteDStudent"/> |
---|
26 | <role remote="eoGroup" local="atsr-archive"/> |
---|
27 | </trusted> |
---|
28 | </AAmap> |
---|
Note: See
TracBrowser
for help on using the repository browser.