Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/trunk/python/conf/mapConfig.xml@2035
Revision 2035,
496 bytes
checked in by pjkersha, 14 years ago
(diff) |
python/ndg.security.server/ndg/security/server/AttAuthority/server-config.tac:
- working soap_getHostInfo
- soap_getTrustedHostInfo - needs more working on WSDL to represent returned
trusted hosts dict.
python/www/html/attAuthority.wsdl,
python/ndg.security.server/ndg/security/server/AttAuthority/AttAuthority_se
rvices_server.py,
python/ndg.security.common/ndg/security/common/AttAuthority/AttAuthority_services.py,
AttAuthority_services_types.py:
updates to WSDL for getHostInfo and getTrustedHostInfo - latter needs more
work.
python/ndg.security.server/ndg/security/server/AttAuthority/init.py and
python/conf/mapConfig.xml:
changed map configuration to use 'aaURI' instead of 'wsdl' for the address
of the Attribute Authority service.
python/conf/sessionMgrProperties.xml: changed 'wsdl' to 'uri' for SimpleCA
address.
python/ndg.security.test/ndg/security/test/AttAuthority/attAuthorityProperties.xml: fix attCertDir to $NDGSEC_AA_UNITTEST_DIR.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <AAmap> |
---|
3 | <thisHost name="BADC"> |
---|
4 | <aaURI>badcAttAuthorityURI</aaURI> |
---|
5 | <loginURI>badcLoginPageURI</loginURI> |
---|
6 | </thisHost> |
---|
7 | <trusted name="BODC"> |
---|
8 | <aaURI>bodcAttAuthorityURI</aaURI> |
---|
9 | <loginURI>bodcLoginPageURI</loginURI> |
---|
10 | <role remote="aBODCrole" local="aLocalRole"/> |
---|
11 | </trusted> |
---|
12 | <trusted name="escience"> |
---|
13 | <aaURI>eScienceAttAuthorityURI</aaURI> |
---|
14 | <role remote="anEScienceRole" local="anotherLocalRole"/> |
---|
15 | </trusted> |
---|
16 | </AAmap> |
---|
Note: See
TracBrowser
for help on using the repository browser.