Changeset 2997 for TI12-security/branches
- Timestamp:
- 07/11/07 11:49:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/branches/BADC/conf/badcMapConfig.xml
r2728 r2997 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <AAmap> 3 <thisHost name="BADC"> 4 <aaURI/> 5 <loginURI/> 6 </thisHost> 3 <thisHost name="BADC"> 4 <aaURI>http://aa.ceda.rl.ac.uk</aaURI> 5 <aaDN>/CN=AttributeAuthority/O=NDG/OU=BADC</aaDN> 6 <loginURI>https://ndgbeta.badc.rl.ac.uk/login</loginURI> 7 <loginServerDN>/C=GB/ST=Oxfordshire/O=NDG/OU=BADC/CN=ndgbeta.badc.rl.ac.uk</loginServerDN> 8 <loginRequestServerDN>/C=GB/ST=Oxfordshire/O=NDG/OU=BADC/CN=ndgbeta.badc.rl.ac.uk</loginRequestServerDN> 9 </thisHost> 7 10 8 11 <trusted name="BODC"> 9 <aaURI/> 10 <loginURI/> 11 <role remote="RapidMemb" local="rapid"/> 12 <aaURI>http://aa.bodc.nerc.ac.uk/</aaURI> 13 <aaDN>/O=NDG/OU=BODC/CN=AttributeAuthority</aaDN> 14 <loginURI>https://grid.bodc.nerc.ac.uk/ndg/login</loginURI> 15 <loginServerDN>/C=GB/ST=Merseyside/L=Liverpool/O=Natural Environment Research Council/OU=British Oceanographic Data Centre/CN=grid.bodc.nerc.ac.uk/emailAddress=webmaster@bodc.ac.uk</loginServerDN> 16 <loginRequestServerDN>/C=GB/ST=Merseyside/L=Liverpool/O=Natural Environment Research Council/OU=British Oceanographic Data Centre/CN=grid.bodc.nerc.ac.uk/emailAddress=webmaster@bodc.ac.uk</loginRequestServerDN> 17 <role remote="RapidMemb" local="rapid"/> 12 18 </trusted> 13 19 14 <trusted name="PML"> 15 <aaURI/> 16 <loginURI/> 17 <role remote="rapid" local="rapid"/> 18 </trusted> 20 <trusted name="NEODAAS"> 21 <aaURI>http://wwwdev.neodaas.ac.uk/projects/ndg/attAuthority</aaURI> 22 <loginURI>https://wwwdev.neodaas.ac.uk/projects/ndg/login</loginURI> 23 <aaDN>O=NDG/OU=NEODAAS/CN=AttributeAuthority</aaDN> 24 <loginServerDN>/O=Plymouth Marine Laboratory/OU=RSG/CN=wwwdev.neodaas.ac.uk/emailAddress=rsgweb@pml.ac.uk</loginServerDN> 25 <loginRequestServerDN>/O=Plymouth Marine Laboratory/OU=RSG/CN=wwwdev.neodaas.ac.uk/emailAddress=rsgweb@pml.ac.uk</loginRequestServerDN> 26 <!--<loginRequestServerDN>/C=GB/ST=Devon/L=Plymouth/O=Plymouth Marine Laboratory/OU=Remote Sensing Group/CN=wwwdev.neodaas.ac.uk/emailAddress=rsgweb@pml.ac.uk</loginRequestServerDN>--> 27 <role remote="rapid" local="rapid"/> 28 </trusted> 29 30 <trusted name="NOCS"> 31 <aaURI>http://ndg.noc.soton.ac.uk/AttributeAuthority</aaURI> 32 <loginURI>http://ndg.noc.soton.ac.uk/login</loginURI> 33 <aaDN>/O=NDG/OU=NOCS/CN=AttributeAuthority`</aaDN> 34 <loginServerDN/> 35 <loginRequestServerDN>/C=GB/ST=Hampshire/O=NOCS/OU=ITG/CN=ndg.noc.soton.ac.uk/emailAddress=bwd@noc.soton.ac.uk</loginRequestServerDN> 36 </trusted> 19 37 </AAmap>
Note: See TracChangeset
for help on using the changeset viewer.