Changeset 2007 for TI12-security
- Timestamp:
- 16/01/07 13:47:42 (13 years ago)
- Location:
- TI12-security/branches/PostAlpha/trunk/python
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/branches/PostAlpha/trunk/python/bin/AttAuthorityServer.py
r1236 r2007 46 46 """Return the WSDL file.""" 47 47 48 wsdlfile = "/var/www/html/attAuthority.wsdl"48 wsdlfile = os.path.expandvars("$NDG_SECURITY_WSDL_DIR/attAuthority.wsdl") 49 49 50 50 print "> > > > > using wsdlfile", wsdlfile -
TI12-security/branches/PostAlpha/trunk/python/bin/GatekeeperServer.py
r1236 r2007 44 44 """Return the WSDL file.""" 45 45 46 wsdlfile = "/var/www/html/gatekeeper.wsdl"46 wsdlfile = os.path.expandvars("$NDG_SECURITY_WSDL_DIR/gatekeeper.wsdl") 47 47 48 48 print "> > > > > using wsdlfile", wsdlfile -
TI12-security/branches/PostAlpha/trunk/python/bin/LogServer.py
r1236 r2007 44 44 """Return the WSDL file.""" 45 45 46 wsdlfile = "/var/www/html/log.wsdl"46 wsdlfile = os.path.expandvars("$NDG_SECURITY_WSDL_DIR/log.wsdl") 47 47 48 48 print "> > > > > using wsdlfile", wsdlfile -
TI12-security/branches/PostAlpha/trunk/python/bin/SessionMgrServer.py
r1236 r2007 44 44 """Return the WSDL file.""" 45 45 46 wsdlfile = "/var/www/html/sessionMgr.wsdl"46 wsdlfile = os.path.expandvars("$NDG_SECURITY_WSDL_DIR/sessionMgr.wsdl") 47 47 48 48 print "> > > > > using wsdlfile", wsdlfile -
TI12-security/branches/PostAlpha/trunk/python/conf/sessionMgrProperties.xml
r964 r2007 22 22 <xmlSigCertFile></xmlSigCertFile> 23 23 <xmlSigCertPPhrase></xmlSigCertPPhrase> 24 </simpleCACltProp 24 </simpleCACltProp> 25 25 <!-- 26 26 <simpleCASrvProp>
Note: See TracChangeset
for help on using the changeset viewer.