(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawm_gIgjzml0PLxoLQf9mEu2JK0rzUNAO4s <Daniel@web>
Fri, 15 Apr 2011 05:45:25 +0000 (01:45 -0400)
committerwww-data <www-data@project-moonshot.org>
Fri, 15 Apr 2011 05:45:25 +0000 (01:45 -0400)
testing/myproxy.mdwn

index 375eca9..116a6bb 100644 (file)
@@ -5,28 +5,26 @@
 
 ## 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 (re
-sult != SASL_OK) {
-            if (send_response_sasl_data(attrs, &server_response, "", 0) < 0) {
-                result = SASL_FAIL;
-                goto error;
-
-
+    $ 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
     $ /usr/share/globus/globus-bootstrap.sh
     $ ./configure --with-flavor=gcc32pthr --with-sasl2=/usr --sbindir=/usr/sbin
     $ make
 
 ## Configure the server
+    # mkdir /etc/myproxy
     # ./myproxy-server -c .....
 
 ## Try obtaining a certificate for steve