X-Git-Url: http://www.project-moonshot.org/gitweb/?p=devwiki.git;a=blobdiff_plain;f=moonshotapps.mdwn;fp=moonshotapps.mdwn;h=ee96b4dd9882c60b2059c8dfccae386a7c942e13;hp=6bdb3e9951cbdc5e171ad190903fd6ee2058c052;hb=b1c4b0879c288f6819cd8a613e7c23858b2c5bb2;hpb=d07b8b62f2a72a827c5f5d855be62c31d3d13d6a diff --git a/moonshotapps.mdwn b/moonshotapps.mdwn index 6bdb3e9..ee96b4d 100644 --- a/moonshotapps.mdwn +++ b/moonshotapps.mdwn @@ -86,3 +86,22 @@ Unmodified. *Openssh ----- +**MyProxy** + +[MyProxy](http://grid.ncsa.illinois.edu/myproxy/) is a service issuing X.509 certificates. In the certification authority mode it signs certificates on demand for authenticated users. It uses SASL for authentication, which makes it possible to use GS2. MyProxy is widely used in the Grid computing. + +*Modified (patch submitted) + +*Build +* apt-get install libglobus-gss-assist-dev +* wget http://downloads.sourceforge.net/project/cilogon/myproxy/myproxy-5.3.tar.gz +* tar xzf myproxy-5.3.tar.gz +* cd myproxy-5.3 +* /usr/share/globus/globus-bootstrap.sh +* ./configure --with-flavor=gcc32pthr --with-sasl2=/usr --sbindir=/usr/sbin +* make + +*Configuration + +*Test +* SASL_PATH=/usr/local/lib/sasl2 X509_CERT_DIR=/etc/ssl/certs ./myproxy-logon -s localhost -n -l steve@local