Changeset 3008 for TI12-security/branches
- Timestamp:
- 12/11/07 13:58:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/branches/PML/conf/pmlMapConfig.xml
r2720 r3008 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <AAmap> 3 <thisHost name="RSDAS"> 4 <aaURI/> 5 <loginURI/> 3 <thisHost name="NEODAAS"> 4 <aaURI>http://wwwdev.neodaas.ac.uk/projects/ndg/attAuthority</aaURI> 5 <loginURI>https://wwwdev.neodaas.ac.uk/projects/ndg/login</loginURI> 6 <aaDN>O=NDG/OU=NEODAAS/CN=AttributeAuthority</aaDN> 7 <loginServerDN>/O=Plymouth Marine Laboratory/OU=RSG/CN=wwwdev.neodaas.ac.uk/emailAddress=rsgweb@pml.ac.uk</loginServerDN> 8 <loginRequestServerDN>/O=Plymouth Marine Laboratory/OU=RSG/CN=wwwdev.neodaas.ac.uk/emailAddress=rsgweb@pml.ac.uk</loginRequestServerDN> 6 9 </thisHost> 7 10 <trusted name="BADC"> 8 <aaURI/> 9 <loginURI/> 11 <aaURI>http://aa.ceda.rl.ac.uk</aaURI> 12 <aaDN>/CN=AttributeAuthority/O=NDG/OU=BADC</aaDN> 13 <loginURI>https://ndgbeta.badc.rl.ac.uk/login</loginURI> 14 <loginServerDN>/C=GB/ST=Oxfordshire/O=NDG/OU=BADC/CN=ndgbeta.badc.rl.ac.uk</loginServerDN> 15 <loginRequestServerDN>/C=GB/ST=Oxfordshire/O=NDG/OU=BADC/CN=ndgbeta.badc.rl.ac.uk</loginRequestServerDN> 10 16 <role remote="NercInst" local="nercCentreSurvey"/> 11 17 <role remote="NercFunded" local="nercOther"/> … … 22 28 </trusted> 23 29 <trusted name="BODC"> 24 <aaURI/> 25 <loginURI/> 30 <aaURI>http://aa.bodc.nerc.ac.uk/</aaURI> 31 <loginURI>https://grid.bodc.nerc.ac.uk/ndg/login</loginURI> 32 <aaDN>/O=NDG/OU=BODC/CN=AttributeAuthority</aaDN> 33 <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> 34 <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> 26 35 <role remote="anonymous" local="public"/> 27 36 <role remote="public" local="public"/> … … 68 77 </trusted> 69 78 <trusted name="NOCS"> 70 <aaURI/> 71 <loginURI/> 79 <aaURI>http://ndg.noc.soton.ac.uk/AttributeAuthority</aaURI> 80 <loginURI>https://ndg.noc.soton.ac.uk/login</loginURI> 81 <aaDN>/O=NDG/OU=NOCS/CN=AttributeAuthority</aaDN> 82 <loginServerDN>/C=GB/ST=Hampshire/O=NOCS/OU=ITG/CN=nocndg.noc.soton.ac.uk/emailAddress=bwd@noc.soton.ac.uk</loginServerDN> 83 <loginRequestServerDN>/C=GB/ST=Hampshire/O=NOCS/OU=ITG/CN=nocndg.noc.soton.ac.uk/emailAddress=bwd@noc.soton.ac.uk</loginRequestServerDN> 72 84 <role remote="ndgUser" local="public"/> 73 85 <role remote="Anonymous" local="public"/>
Note: See TracChangeset
for help on using the changeset viewer.