(no commit message)
[devwiki.git] / moonshotapps.mdwn
index c540d2c..1918fcd 100644 (file)
@@ -90,20 +90,18 @@ Unmodified.
 
 [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)
+Modified (patch submitted)
 
-For more information on build and usage  [[see|testing/myproxy]].
+For more information on build and usage see the [[myproxy section|testing/myproxy]].
 
-*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
+*What does it do*
+
+* Issues X.509 credentials to users authenticated with their federated identities.
+
+-----
+
+**NFSv4**
 
-*Configuration
+*Modified*
 
-*Test
-* SASL_PATH=/usr/local/lib/sasl2 X509_CERT_DIR=/etc/ssl/certs ./myproxy-logon -s localhost -n -l steve@local
+More information can be found at the [[NFSv4 section|testing/nfsv4]].