Changeset 2730
- Timestamp:
- 16/07/07 14:23:50 (14 years ago)
- Location:
- TI12-security/trunk/python/ndg.security.server/ndg/security/server
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg.security.server/ndg/security/server/SessionMgr/server-config.tac
r2620 r2730 21 21 from twisted.web.resource import Resource 22 22 23 from SessionMgr_services_server import SessionMgrService 23 from ndg.security.server.SessionMgr.SessionMgr_services_server import \ 24 SessionMgrService 24 25 from ndg.security.server.SessionMgr import SessionMgr 25 26 from ndg.security.common.wsSecurity import WSSecurityHandlerChainFactory, \ -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/ca/server-config.tac
r2178 r2730 21 21 from twisted.web.resource import Resource 22 22 23 from CertificateAuthority_services_server import CertificateAuthorityService 23 from ndg.security.server.ca.CertificateAuthority_services_server import \ 24 CertificateAuthorityService 24 25 from ndg.security.server.ca import SimpleCA, SimpleCAPassPhraseError 25 26 from ndg.security.common.wsSecurity import WSSecurityHandlerChainFactory, \ -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/share/Makefile
r2214 r2730 16 16 NAME_SUB=Attribute Authority 17 17 CODE_SUB=AttAuthority 18 ENV_SUB=AA 18 19 19 20 generateScripts: … … 21 22 @NAME_REPL=( "Session Manager" "Certificate Authority" "Gatekeeper" "Log" ); \ 22 23 CODE_REPL=( SessionMgr CertificateAuthority Gatekeeper Log ); \ 24 ENV_REPL=( SM CA GK LOG ); \ 23 25 j=0; \ 24 26 for i in ${SCRIPT_FILES}; do \ 25 cat ${TEMPL_FILE}|sed s/"${NAME_SUB}"/"$${NAME_REPL[j]}"/g |sed s/"${CODE_SUB}"/"$${CODE_REPL[j]}"/g > $$i; \ 27 cat ${TEMPL_FILE}|\ 28 sed s/"${NAME_SUB}"/"$${NAME_REPL[j]}"/g |\ 29 sed s/"${CODE_SUB}"/"$${CODE_REPL[j]}"/g |\ 30 sed s/"${ENV_SUB}"/"$${ENV_REPL[j]}"/g> $$i; \ 26 31 let "j++"; \ 27 32 done; -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/share/ndg-aa
r2369 r2730 44 44 # path. Note security consideration that these args will appear in a ps 45 45 # process listing 46 prog=/usr/local/ NDG/bin/twistd46 prog=/usr/local/bin/twistd 47 47 48 48 # Specify python for status() to search when looking for an existing process 49 49 # running 50 statCheckProg=/usr/local/ NDG/bin/python50 statCheckProg=/usr/local/bin/python 51 51 52 52 args="-u ${uid} -g ${gid} --syslog --prefix=${serviceName} \ -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/share/ndg-ca
r2369 r2730 32 32 33 33 # Set a specific location for the properties file if required 34 #export NDGSEC_ AA_PROPFILEPATH=34 #export NDGSEC_CA_PROPFILEPATH= 35 35 36 36 serviceName=${0##*/} … … 44 44 # path. Note security consideration that these args will appear in a ps 45 45 # process listing 46 prog=/usr/local/ NDG/bin/twistd46 prog=/usr/local/bin/twistd 47 47 48 48 # Specify python for status() to search when looking for an existing process 49 49 # running 50 statCheckProg=/usr/local/ NDG/bin/python50 statCheckProg=/usr/local/bin/python 51 51 52 52 args="-u ${uid} -g ${gid} --syslog --prefix=${serviceName} \ -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/share/ndg-gk
r2369 r2730 32 32 33 33 # Set a specific location for the properties file if required 34 #export NDGSEC_ AA_PROPFILEPATH=34 #export NDGSEC_GK_PROPFILEPATH= 35 35 36 36 serviceName=${0##*/} … … 44 44 # path. Note security consideration that these args will appear in a ps 45 45 # process listing 46 prog=/usr/local/ NDG/bin/twistd46 prog=/usr/local/bin/twistd 47 47 48 48 # Specify python for status() to search when looking for an existing process 49 49 # running 50 statCheckProg=/usr/local/ NDG/bin/python50 statCheckProg=/usr/local/bin/python 51 51 52 52 args="-u ${uid} -g ${gid} --syslog --prefix=${serviceName} \ -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/share/ndg-log
r2369 r2730 32 32 33 33 # Set a specific location for the properties file if required 34 #export NDGSEC_ AA_PROPFILEPATH=34 #export NDGSEC_LOG_PROPFILEPATH= 35 35 36 36 serviceName=${0##*/} … … 44 44 # path. Note security consideration that these args will appear in a ps 45 45 # process listing 46 prog=/usr/local/ NDG/bin/twistd46 prog=/usr/local/bin/twistd 47 47 48 48 # Specify python for status() to search when looking for an existing process 49 49 # running 50 statCheckProg=/usr/local/ NDG/bin/python50 statCheckProg=/usr/local/bin/python 51 51 52 52 args="-u ${uid} -g ${gid} --syslog --prefix=${serviceName} \ -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/share/ndg-sm
r2369 r2730 32 32 33 33 # Set a specific location for the properties file if required 34 #export NDGSEC_ AA_PROPFILEPATH=34 #export NDGSEC_SM_PROPFILEPATH= 35 35 36 36 serviceName=${0##*/} … … 44 44 # path. Note security consideration that these args will appear in a ps 45 45 # process listing 46 prog=/usr/local/ NDG/bin/twistd46 prog=/usr/local/bin/twistd 47 47 48 48 # Specify python for status() to search when looking for an existing process 49 49 # running 50 statCheckProg=/usr/local/ NDG/bin/python50 statCheckProg=/usr/local/bin/python 51 51 52 52 args="-u ${uid} -g ${gid} --syslog --prefix=${serviceName} \
Note: See TracChangeset
for help on using the changeset viewer.