(no commit message)
[devwiki.git] / testing / myproxy.mdwn
diff --git a/testing/myproxy.mdwn b/testing/myproxy.mdwn
new file mode 100644 (file)
index 0000000..4d0b91a
--- /dev/null
@@ -0,0 +1,23 @@
+# Testing MyProxy with Moonshot support
+
+## Prerequsities
+    # apt-get install libglobus-gss-assist-dev
+
+## Build the MyProxy server and client
+    $ wget http://downloads.sourceforge.net/project/cilogon/myproxy/myproxy-5.3.tar.gz
+    $ tar xzf myproxy-5.3.tar.gz
+    $ cd myproxy-5.3
+    $ patch
+    $ /usr/share/globus/globus-bootstrap.sh
+    $ ./configure --with-flavor=gcc32pthr --with-sasl2=/usr --sbindir=/usr/sbin
+    $ make
+
+## Configure the server
+    # ./myproxy-server -c .....
+
+## Try obtaining a certificate for steve
+    $ export SASL_PATH=/usr/local/lib/sasl2
+    $ export X509_CERT_DIR=/etc/ssl/certs
+    $ ./myproxy-logon -s localhost -n -l steve@local
+
+The PKI credentials will be in ....