Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/full_deployment/attributeauthority/mapConfig.xml_tmpl@7077
Revision 7077,
1.4 KB
checked in by pjkersha, 11 years ago
(diff) |
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <AAmap> |
---|
3 | <thisHost name="${attributeAuthorityID}"> |
---|
4 | <aaURI>http://localhost:8000/AttributeAuthority</aaURI> |
---|
5 | <loginURI>https://localhost/sso/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.