Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/branches/PostAlpha/trunk/python/conf/sessionMgrProperties.xml@2007
Revision 2007,
1.2 KB
checked in by pjkersha, 14 years ago
(diff) |
python/conf/sessionMgrProperties.xml: fixed missing '>'
python/bin/*Server.py: modified do_GET method so that WSDL is picked up from a path
given by the environment variable NDG_SECURITY_WSDL_DIR rather than being hard coded.
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <sessMgrProp> |
---|
3 | <caCertFile></caCertFile> |
---|
4 | <certFile></certFile> |
---|
5 | <keyFile></keyFile> |
---|
6 | <keyPPhrase></keyPPhrase> |
---|
7 | <sessMgrEncrKey></sessMgrEncrKey> |
---|
8 | <sessMgrWSDLuri></sessMgrWSDLuri> |
---|
9 | <cookieDomain></cookieDomain> |
---|
10 | <myProxyProp> |
---|
11 | <myProxyServer></myProxyServer> |
---|
12 | <gridSecurityDir></gridSecurityDir> |
---|
13 | <credStorageDir></credStorageDir> |
---|
14 | <openSSLConfFileName></openSSLConfFileName> |
---|
15 | <tmpDir></tmpDir> |
---|
16 | <path></path> |
---|
17 | <proxyCertMaxLifetime></proxyCertMaxLifetime> |
---|
18 | <proxyCertLifetime></proxyCertLifetime> <!-- in hours --> |
---|
19 | <simpleCACltProp> |
---|
20 | <wsdl></wsdl> |
---|
21 | <xmlSigKeyFile></xmlSigKeyFile> |
---|
22 | <xmlSigCertFile></xmlSigCertFile> |
---|
23 | <xmlSigCertPPhrase></xmlSigCertPPhrase> |
---|
24 | </simpleCACltProp> |
---|
25 | <!-- |
---|
26 | <simpleCASrvProp> |
---|
27 | <certExpiryDate></certExpiryDate> |
---|
28 | <certLifetimeDays></certLifetimeDays> |
---|
29 | <certTmpDir></certTmpDir> |
---|
30 | <caCertFile></caCertFile> |
---|
31 | <signExe></signExe> |
---|
32 | <path></path> |
---|
33 | </simpleCASrvProp> |
---|
34 | --> |
---|
35 | </myProxyProp> |
---|
36 | <credReposProp> |
---|
37 | <dbURI></dbURI> |
---|
38 | </credReposProp> |
---|
39 | </sessMgrProp> |
---|
Note: See
TracBrowser
for help on using the repository browser.