(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawm_gIgjzml0PLxoLQf9mEu2JK0rzUNAO4s <Daniel@web>
Thu, 14 Apr 2011 15:33:54 +0000 (11:33 -0400)
committerwww-data <www-data@project-moonshot.org>
Thu, 14 Apr 2011 15:33:54 +0000 (11:33 -0400)
testing/myproxy.mdwn [new file with mode: 0644]

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 ....