Changeset 641 for TI12-security/tags
- Timestamp:
- 21/02/06 11:21:38 (15 years ago)
- Location:
- TI12-security/tags/rel0-1/python
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/tags/rel0-1/python/attAuthority.wsdl
r473 r641 76 76 <documentation>NDG Attribute Authority Web Service</documentation> 77 77 <port name="attAuthority" binding="tns:attAuthorityBinding"> 78 <soap:address location=" http://127.0.0.1:5000/attAuthority.wsdl"/>78 <soap:address location=""/> 79 79 </port> 80 80 </service> -
TI12-security/tags/rel0-1/python/attAuthorityProperties.xml
r473 r641 3 3 <!-- 4 4 <name>BODC</name> 5 <keyFile> ./certs/bodc-aa-key.pem</keyFile>6 <keyPwd> 7 <certFile> ./certs/bodc-aa-cert.pem</certFile>5 <keyFile></keyFile> 6 <keyPwd></keyPwd> 7 <certFile></certFile> 8 8 --> 9 9 <name>BADC</name> 10 <keyFile> ./certs/badc-aa-key.pem</keyFile>11 <keyPwd> 12 <certFile> ./certs/badc-aa-cert.pem</certFile>13 <caCertFile> ./certs/cacert.pem</caCertFile>10 <keyFile></keyFile> 11 <keyPwd></keyPwd> 12 <certFile></certFile> 13 <caCertFile></caCertFile> 14 14 <!-- Time is in seconds --> 15 <attCertLifeTime>172800</attCertLifeTime> 16 <attCertFilePfx>ac-</attCertFilePfx> 17 <attCertFileSfx>.xml</attCertFileSfx> 18 <mapConfigFile>./mapConfig.xml</mapConfigFile> 19 <attCertDir>./attCert</attCertDir> 20 <dnSeparator>/</dnSeparator> 21 <usrRolesModFilePath> 22 /disks/humid1/pjkersha/Development/security/python/NDG 23 </usrRolesModFilePath> 24 <usrRolesModName>BADCUserRoles</usrRolesModName> 25 <usrRolesClassName>BADCUserRoles</usrRolesClassName> 26 <usrRolesPropFile>badcUserRolesProperties.xml</usrRolesPropFile> 15 <attCertLifeTime></attCertLifeTime> 16 <attCertFilePfx></attCertFilePfx> 17 <attCertFileSfx></attCertFileSfx> 18 <mapConfigFile></mapConfigFile> 19 <attCertDir></attCertDir> 20 <dnSeparator></dnSeparator> 21 <usrRolesModFilePath></usrRolesModFilePath> 22 <usrRolesModName></usrRolesModName> 23 <usrRolesClassName></usrRolesClassName> 24 <usrRolesPropFile></usrRolesPropFile> 27 25 </AAprop> -
TI12-security/tags/rel0-1/python/mapConfig.xml
r493 r641 2 2 <AAmap> 3 3 <trusted name="BODC"> 4 <wsdl> http://gabriel.bnsc.rl.ac.uk/attAuthority.wsdl</wsdl>4 <wsdl></wsdl> 5 5 <role remote="academic" local="nercInst"/> 6 6 <role remote="academic" local="nercFunded"/> … … 19 19 </trusted> 20 20 <trusted name="escience"> 21 <wsdl> /home/users/pjkersha/E-Sci/config/attAuthority.wsdl</wsdl>21 <wsdl>attAuthority.wsdl</wsdl> 22 22 <role remote="bodc" local="nerc"/> 23 23 </trusted> -
TI12-security/tags/rel0-1/python/ndgSetup.sh
r498 r641 18 18 19 19 # NDG Installation directory 20 export NDG_DIR= /usr/local/NDG20 export NDG_DIR=<NDG location> 21 21 22 22 23 23 # NDG Custom Python installation 24 if [ ! `echo ${PATH} | grep "${NDG_DIR} /ActivePython-2.4/bin"` ]; then24 if [ ! `echo ${PATH} | grep "${NDG_DIR}<python location>"` ]; then 25 25 26 export PATH=${NDG_DIR} /ActivePython-2.4/bin:$PATH26 export PATH=${NDG_DIR}<python location>:$PATH 27 27 fi 28 28 29 29 # Globus Toolkit and MyProxy Server 30 export GLOBUS_LOCATION= ${NDG_DIR}/globus-4.0.131 export MYPROXY_SERVER= `/bin/hostname`30 export GLOBUS_LOCATION=<Globus location> 31 export MYPROXY_SERVER=<hostname> 32 32 33 33 if [ ! `echo ${PATH} | grep "${GLOBUS_LOCATION}/bin"` ]; then -
TI12-security/tags/rel0-1/python/sessionMgr.wsdl
r490 r641 108 108 <documentation>NDG Session Manager Web Service</documentation> 109 109 <port name="sessionMgr" binding="tns:sessionMgrBinding"> 110 <soap:address location=" http://127.0.0.1:5700/sessionMgr.wsdl"/>110 <soap:address location=""/> 111 111 </port> 112 112 </service> -
TI12-security/tags/rel0-1/python/simpleCA.wsdl
r443 r641 47 47 <documentation>simpleCA web service</documentation> 48 48 <port name="simpleCA" binding="tns:simpleCABinding"> 49 <soap:address location=" http://127.0.0.1:5500/simpleCA.wsdl"/>49 <soap:address location=""/> 50 50 </port> 51 51 </service>
Note: See TracChangeset
for help on using the changeset viewer.