(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawm_gIgjzml0PLxoLQf9mEu2JK0rzUNAO4s <Daniel@web>
Mon, 9 May 2011 10:54:13 +0000 (06:54 -0400)
committerwww-data <www-data@project-moonshot.org>
Mon, 9 May 2011 10:54:13 +0000 (06:54 -0400)
testing/myproxy.mdwn

index 3b043b4..e365172 100644 (file)
@@ -1,24 +1,11 @@
 # Testing MyProxy with Moonshot support
 
 ## Prerequsities
-    # apt-get install libglobus-gss-assist-dev
+    # apt-get install libglobus-gss-assist-dev grid-packaging-tools
 
 ## 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 -p0 <<EOF
-    --- myproxy_sasl_client.c       2011-04-14 12:08:59.000000000 -0400
-    +++ myproxy_sasl_client.c.orig  2011-04-14 12:08:43.000000000 -0400
-    @@ -328,7 +328,7 @@
-                    result = SASL_FAIL;
-                    goto error;
-                }
-    -        } else /* if (result != SASL_OK) */ {
-    +        } else if (result != SASL_OK) {
-                if (send_response_sasl_data(attrs, &server_response, "", 0) < 0) {
-                    result = SASL_FAIL;
-                    goto error;
-    EOF
+    $ wget http://downloads.sourceforge.net/project/cilogon/myproxy/myproxy-5.4.tar.gz
+    $ tar xzf myproxy-5.4.tar.gz && cd myproxy-5.4
     $ /usr/share/globus/globus-bootstrap.sh
     $ ./configure --with-flavor=gcc32pthr --with-sasl2=/usr --sbindir=/usr/sbin
     $ make