Re: [gt-user] credentials of certificates which have been revoked

2013-01-17 Thread Jim Basney
discovers any updates to the CRL files. I ran my own tests to confirm. With no CRL in place I get: $ myproxy-init -s localhost -c 0 Your identity: /O=Grid/OU=GlobusTest/OU=simpleCA/CN=Jim Basney Creating proxy ... Done Proxy Verify OK Your proxy is valid until: Fri Jan 18

Re: [gt-user] update CRLs within /etc/grid-security/certificates folder

2013-01-14 Thread Jim Basney
Please refer to the Revocation section of http://grid.ncsa.illinois.edu/myproxy/ca/ which provides example scripts for using the 'openssl ca' command to generate CRLs for use with MyProxy. The MyProxy software doesn't create CRLs itself. MyProxy requires the use of 'openssl ca' or equivalent for

[gt-user] MacOS 10.8 install

2012-08-08 Thread Jim Basney
Hi, In case it might be helpful to others, here's my recipe for a successful GT 5.2.2 install on MacOS 10.8. Two things caused trouble for me: default gcc32dbg flavor and missing ltdl (Libtool Dynamic Module Loader). I got the following errors: error: ltdl.h: No such file or directory dyld:

Re: [gt-user] Problem with MyProxy and certificate_issuer_subca_certfile

2012-06-11 Thread Jim Basney
What are the contents of /var/lib/myproxy/.globus/simpleCA/cacert.pem? On 6/11/12 3:38 PM, Lukasz Lacinski wrote: We use MyProxy server with Simple CA to issue user credentials. And wanted to use the certificate_issuer_subca_certfile option to add a certificate of the Simple CA to a

Re: [gt-user] Building gt5.2.1 From Source

2012-06-04 Thread Jim Basney
configure: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) *** https://bugzilla.mcs.anl.gov/globus/show_bug.cgi?id=7255 Work-around: Edit gt5.2.1-all-source-installer/source-trees/gssapi-openssh/openssh/configure to delete the two lines marked with '-' in the

Re: [gt-user] How to renew proxy credential?

2012-05-15 Thread Jim Basney
Hi Lukasz, What is the myproxy-server log output? What is your full myproxy-server.config? By any chance do you have pam required rather than pam sufficient in myproxy-server.config? It works for me: $ myproxy-logon -s localhost Enter MyProxy pass phrase: A credential has been received for user

Re: [gt-user] Could not GSISSH the remote host

2012-04-27 Thread Jim Basney
On 4/27/12 7:19 AM, Hameed Alzahrani wrote: Connection closed by remote host Look in logs on the remote host for the cause. http://grid.ncsa.illinois.edu/ssh/ts_common.html

Re: [gt-user] Problems adding users to globus

2012-03-23 Thread Jim Basney
The certificate signature failure message indicates a problem with the nextuser certificate created by myproxy-admin-adduser. The certificate should be in /var/lib/myproxy/nextuser.creds. You can use grid-proxy-init to check the certificate for errors: grid-proxy-init -debug -verify \ -cert

Re: [gt-user] gt421 debian package

2011-10-25 Thread Jim Basney
Use 'make gsi-myproxy install' to build and install only MyProxy and its dependencies using the GT installer. Why use GT 4.2.1? The current release is GT 5.0.4: http://www.globus.org/toolkit/downloads/latest-stable/ On 10/25/11 7:15 AM, leo_cu...@lavabit.com wrote: I compiled globus toolkit

Re: [gt-user] PAM module suppor using MyProxy server

2011-10-25 Thread Jim Basney
http://wiki.ngs.ac.uk/index.php?title=MEG On 10/25/11 10:47 AM, Lukasz Lacinski wrote: I would like to configure /etc/pam.d/login to use MyProxy server as an external authentication mechanism and accept all users who are successfully authenticated by the MyProxy server. Is such a PAM module

Re: [gt-user] problems with gt421

2011-09-07 Thread Jim Basney
On 9/7/11 8:52 AM, leo_cu...@lavabit.com wrote: I wonder if this error ( Error authenticating: Connection closed. ) is an authentication problem, some PAM issue with myproxy, or everything is the /etc/grid-security/certificates directory. To answer this question, check your myproxy-server

Re: [gt-user] problems with gt421

2011-09-06 Thread Jim Basney
myproxy-init -v -C key.pem -y cert.pem -l user -s DebianLocal.localdomain It appears you've got the -C and -y options backwards. Try: myproxy-init -v -C cert.pem -y key.pem ...

Re: [gt-user] Problem adding a myproxy user

2011-06-28 Thread Jim Basney
On 6/28/11 1:57 PM, Amitav Mohanty wrote: On 06/21/2011 03:47 AM, Jim Basney wrote: If you don't want myproxy-admin-adduser to use your existing $GLOBUS_LOCATION/var/myproxy directory, then move/remove that directory or use the myproxy-admin-adduser -s option. Well I was doing a fresh

Re: [gt-user] CA setup

2011-06-24 Thread Jim Basney
Hi Petar, There's a hierarchy of TERENA CAs, and you need to have the full CA hierarchy installed in /etc/grid-security/certificates. For example: $ openssl x509 -subject -issuer -noout ff783690.0 subject= /C=US/ST=UT/L=Salt Lake City/O=The USERTRUST

Re: [gt-user] Problem adding a myproxy user

2011-06-20 Thread Jim Basney
If you don't want myproxy-admin-adduser to use your existing $GLOBUS_LOCATION/var/myproxy directory, then move/remove that directory or use the myproxy-admin-adduser -s option. On 6/19/11 12:41 PM, Amitav Mohanty wrote: Hello Following the quickstart guide for installing the Globus Toolkit I

Re: [gt-user] Globus-simple-ca sign and mit kerberos with pkinit

2011-06-01 Thread Jim Basney
-rhel5 01 Jul 2008, is there another way to show the full certificate chain? On Tue, 2011-05-31 at 11:12 -0500, Jim Basney wrote: grid-proxy-info -path

Re: [gt-user] Globus-simple-ca sign and mit kerberos with pkinit

2011-05-31 Thread Jim Basney
when i do a grid-cert-info with the kerberized credential ... Exponent: 65537 (0x10001) X509v3 extensions: X509v3 Extended Key Usage: 1.3.6.1.5.2.3.4 X509v3 Key Usage: critical Digital Signature, Key

Re: [gt-user] help regarding globus-url-copy

2011-05-31 Thread Jim Basney
On 5/31/11 9:35 AM, Amitav Mohanty wrote: I was wondering why without adding any lines to hosts.allow and hosts.deny I can have credentials exchanged successfully when both the server and the client are started on different terminals. If you run the myproxy-server outside of xinetd, then

Re: [gt-user] MyProxy CA

2011-05-26 Thread Jim Basney
On 5/26/11 10:59 AM, Alan Sill wrote: On May 26, 2011, at 11:51 AM, Lukasz Lacinski wrote: I would like to issue user credentials using a MyProxy server, MyProxy CA and PAM. But I would like to avoid adding a certificate of the MyProxy CA to /etc/grid-security/certificates. I am thinking of

Re: [gt-user] MyProxy CA

2011-05-26 Thread Jim Basney
You can add any CA certificate to your server's certificate area, if you trust the way that CA is run. If not, you shouldn't be using its certificates; if so, what id the problem with adding it in? If someone manages a client grid workstation, users have to ask him to add a certificate of

Re: [gt-user] MyProxy CA

2011-05-26 Thread Jim Basney
On 5/26/11 11:50 AM, Lukasz Lacinski wrote: On 5/26/11 12:24 PM, Jim Basney wrote: You can add any CA certificate to your server's certificate area, if you trust the way that CA is run. If not, you shouldn't be using its certificates; if so, what id the problem with adding it in? If someone

Re: [gt-user] MyProxy CA

2011-05-26 Thread Jim Basney
On 5/26/11 11:52 AM, Jim Basney wrote: On 5/26/11 11:50 AM, Lukasz Lacinski wrote: On 5/26/11 12:24 PM, Jim Basney wrote: You can add any CA certificate to your server's certificate area, if you trust the way that CA is run. If not, you shouldn't be using its certificates; if so, what id

Re: [gt-user] Globus installation error

2011-02-12 Thread Jim Basney
http://lists.globus.org/pipermail/gt-user/2011-February/009685.html On 2/12/11 6:00 AM, kasim saeed wrote: quser@choate:~$ myproxy-logon -s choate Failed reading length 0 Enter MyProxy pass phrase: Failed to receive credentials. Error authenticating: Connection closed. Error writing: GSS

Re: [gt-user] Globus installation error

2011-02-12 Thread Jim Basney
What did you find when you checked the myproxy-server logs? On 2/12/11 7:54 AM, kasim saeed wrote: That is not making any difference.. Any other idea. Please Help Regards Kaasim Saeed. On Sat, Feb 12, 2011 at 6:15 PM, Jim Basney jbas...@ncsa.uiuc.edu wrote: http://lists.globus.org

Re: [gt-user] Globus installation error

2011-02-12 Thread Jim Basney
/globus/globus5a/var/myproxy not owned by root Feb 12 19:54:38 choate myproxy-server[8098]: Exiting. Please fix errors with storage directory and restart. Regards Kaasim Saeed. On Sat, Feb 12, 2011 at 7:13 PM, Jim Basney jbas...@ncsa.uiuc.edu wrote: What did you find when you checked

Re: [gt-user] Globus Container Serialization

2011-01-25 Thread Jim Basney
I think the serialization code is in the org.globus.delegation.service.DelegationResource store() and load() methods in ws-delegation/service/java/source/src/org/globus/delegation/service/DelegationResource.java which use java.io.ObjectInputStream and java.io.ObjectOutputStream. On 1/25/11 1:50

Re: [gt-user] GT4.0 WS-GRAM proxy serials

2011-01-20 Thread Jim Basney
Hi Christopher, I can only offer guesses and some pointers... One scenario is a Java WS-GRAM client using the GT4 Delegation Service. In this case, I believe the serial numbers for proxy certificates are set randomly in org.globus.gsi.bc.BouncyCastleCertProcessingFactory.createProxyCertificate()

Re: [gt-user] Quick Install

2010-11-16 Thread Jim Basney
It seems something went wrong when you ran myproxy-admin-addservice -c helium.adiroy.com -l helium on hydrogen. What is the output of myproxy-admin-query on hydrogen? It should show the helium.adiroy.com certificate in the repository. anonymous just means you don't have a certificate yet on

Re: [gt-user] Environmental variables

2010-10-28 Thread Jim Basney
I see that the call that's failing is gss_accept_sec_context(). That's a server-side call. (The corresponding client-side call is gss_init_sec_context().) So I think the issue is the server-side environment variables, not the client-side. Maybe you need to set X509_CERT_DIR in the /etc/xinetd.d

Re: [gt-user] problem in installing gt-5.0.0 on MacOSX 10.6.4

2010-10-28 Thread Jim Basney
I suggest trying GT 5.0.2 (latest stable), rather than GT 5.0.0. Also, see the MacOS platform notes: http://www.globus.org/toolkit/docs/5.0/5.0.2/admin/install/#gtadmin-platform-macosx On 10/28/10 3:28 PM, skil...@cct.lsu.edu wrote: Hello Globus users, I have been getting the following

Re: [gt-user] error while installing globus toolkitb 5.0.1 by using quickstart

2010-06-08 Thread Jim Basney
By any chance did you skip step 2.3? Did you successfully run the myproxy-retrieve command in step 2.3 before proceeding to step 2.4? Also make sure both your machines have accurate system clocks. Sometimes system clock problems cause low-level SSL errors like this. On 6/8/10 1:50 AM, Deepti

Re: [gt-user] error in installing globus toolkit 5.0.1 by using quickstart

2010-06-03 Thread Jim Basney
It appears you skipped the vim /etc/myproxy-server.config step to uncomment (remove the '#' character) from the following lines: accepted_credentials * authorized_retrievers * default_retrievers* authorized_renewers * default_renewers none authorized_key_retrievers *

Re: [gt-user] certificate verify failed

2010-05-04 Thread Jim Basney
If by any chance you're using OpenSSL 1.0.0, likely your CA files were named using the new OpenSSL hash algorithm, whereas the Globus Java components are looking for CA files using the old hash names. In that case, you may find the documentation at http://www.cilogon.org/openssl1 helpful for

Re: [gt-user] gss gsi mechglue

2010-04-14 Thread Jim Basney
the unpatched mechglue. I'll investigate a bit more, but if you have a guess for what this function could be... Thank you very much, Ricardo On Wed, Apr 14, 2010 at 3:51 PM, Jim Basney jbas...@ncsa.uiuc.edu wrote: Last time I looked into it, the original GSSAPI mechglue library

Re: [gt-user] Using a non-standard proxy location with gsissh

2010-04-14 Thread Jim Basney
Hi Erik, Yes, you can set the X509_USER_PROXY environment variable to the path of your proxy file. The gsissh command respects the standard GSI C environment variables (http://www.globus.org/toolkit/docs/latest-stable/security/gsic/pi/#gsic-env-var). I agree we should document it on the

Re: [gt-user] MyProxy vs. TeraGrid MyProxy

2010-04-01 Thread Jim Basney
Hi Lukasz, The myproxy.teragrid.org server is configured to act as a certificate authority: http://grid.ncsa.illinois.edu/myproxy/teragrid.html http://grid.ncsa.illinois.edu/myproxy/ca/ Regards, Jim - Original Message - From: Lukasz Lacinski luk...@ci.uchicago.edu To: GT User

Re: [gt-user] Error while creating user certificates

2010-03-19 Thread Jim Basney
What is the output of 'which grid-cert-request'? Did you 'source $GLOBUS_LOCATION/etc/globus-user-env.sh' to setup your environment? On 3/19/10 1:59 AM, Ankuj Gupta wrote: Hi!! I had setup the Myproxy and I was trying to get a user certificate for our sample user. I had used QuickStart User

Re: [gt-user] host cert. question

2010-02-09 Thread Jim Basney
Hi Bill, Yes, you can create a host certificate for any hostname, like this: grid-cert-request -host hpsstst01e.ucar.edu It looks like you've already got a hpsstst01e.ucar.edu certificate installed. It seems the problem is the hpsstst01i.ucar.edu expected name which is who the client thinks

Re: [gt-user] Trouble with myproxy adding new users and services

2010-02-03 Thread Jim Basney
Hello Arn, The myproxy-admin-adduser command is just a simple perl script that calls grid-cert-request, grid-ca-sign, and myproxy-admin-load-credential. You could try running the underlying commands manually in sequence to see which one is hanging. Probably it'd be good for us to add a -verbose

Re: [gt-user] command-like feature for cert-based ssh login

2010-01-29 Thread Jim Basney
Hi, Does setting ForceCommand in $GLOBUS_LOCATION/etc/ssh/sshd_config do what you need? It's documented in the man page: http://grid.ncsa.illinois.edu/ssh/man/sshd_config.5.html -Jim On 1/29/10 7:08 AM, Henning Perl wrote: Hello! I am trying to make gitosis (git repository hosting) work

Re: [gt-user] yet another Host key verification failed question

2009-12-03 Thread Jim Basney
Hi Brian, Host key verification failed is an ssh client-side error. The top hit from Google for this error message is http://www.securityfocus.com/infocus/1806 which looks like a good reference on the topic. I suspect you need to populate and distribute /etc/ssh_known_hosts files between your

Re: [gt-user] MyProxy OpenSSL error

2009-10-27 Thread Jim Basney
, the problem state is the same (launching server and client the same way as in the 1st email gives the same output). Regards. 2009/10/27 Jim Basney jbas...@ncsa.uiuc.edu That helps us focus the problem investigation. :) The next reference I suggest is: http://security.ncsa.uiuc.edu

Re: [gt-user] MyProxy OpenSSL error

2009-10-26 Thread Jim Basney
Hi, I can only guess at what that OpenSSL error message is telling us. Since the client-side credentials verify OK, maybe there's a problem with the server's credentials. To check them, run: grid-proxy-init -debug -verify \ -cert /etc/grid-security/hostcert.pem \ -key

Re: [gt-user] MyProxy OpenSSL error

2009-10-26 Thread Jim Basney
: in library: rsa routines, function RSA_EAY_PUBLIC_DECRYPT: padding check failed OpenSSL Error: rsa_pk1.c:100: in library: rsa routines, function RSA_padding_check_PKCS1_type_1: block type is not 01 * Any ideas? Regards. 2009/10/27 Jim Basney jbas...@ncsa.uiuc.edu Hi, I can only

[gt-user] test

2009-10-20 Thread Jim Basney
This is a test message to confirm the globus.org mailing lists are working again after the mcs.anl.gov downtime.

Re: [gt-user] How to escape a slash in a DN?

2009-10-08 Thread Jim Basney
I recommend using globus_gsi_cert_utils_get_x509_name() to parse DN strings in C code. http://viewcvs.globus.org/viewcvs.cgi/gsi/cert_utils/source/library/globus_gsi_cert_utils.c?view=markup In Java I suggest org.globus.gsi.gssapi.GlobusGSSName().

Re: [gt-user] WS-Gram - Limited Proxy Problem - gt4.0.8

2009-08-22 Thread Jim Basney
You need to delegate full proxies to your service rather than limited proxies, so your service has the rights to submit jobs. How are you delegating proxies to your service? MyProxy delegates full (not limited) proxies by default, so my guess is that limited proxies are being introduced at some

Re: [gt-user] compiling source code

2009-08-18 Thread Jim Basney
Does it not work to run gpt-build in gt4.2.1-branch-all-source-installer/source-trees-thr/wsrf/java/core/source? Vanja Milosevski wrote: Hello, How do I compile any changes I make to Java files within Globus? Again, this without recompiling the entire toolkit. Particularly, I want to

Re: [gt-user] compiling source code

2009-08-18 Thread Jim Basney
Do it from the gt4.2.1-branch-all-source-installer/source-trees-thr/wsrf/java/core/source directory. Vanja Milosevski wrote: For some reason it doesn't work. This is what I get: --- [glo...@ip-115-134-dhcp authorization]$ gpt-build ERROR: Source pkgdata file not found in

Re: [gt-user] Problem with globus-gatekeeper

2009-08-12 Thread Jim Basney
It looks like you need to decrypt your hostkey: openssl rsa -in /etc/grid-security/hostkey.pem \ -out /etc/grid-security/hostkey.pem JuanPablo wrote: hi, I have a problem with the gatekeeper. if I try start the globus-gatekeeper to make a globus-job-run, but get this output

Re: [gt-user] myproxy-init failure

2009-07-16 Thread Jim Basney
The MyProxy client must be configured to trust the CA that issued the MyProxy server's certificate. Likewise the MyProxy server must be configured to trust the CA that signed your client-side certificate. http://www.globus.org/toolkit/docs/4.2/4.2.1/security/gsic/admin/ Denim Becker wrote:

Re: [gt-user] problem setting up second node

2009-05-29 Thread Jim Basney
Did you scp your $GLOBUS_LOCATION/share/certificates directory from nodea to nodeb according to http://www.globus.org/toolkit/docs/latest-stable/admin/quickstart/#q-security2? Alternatively, you could try adding -T to your myproxy-retrieve command-line. arindam choudhury wrote: Sir, I am

Re: [gt-user] problem setting up second node

2009-05-29 Thread Jim Basney
You should have a $GLOBUS_LOCATION/share/certificates directory on nodeb containing 5776aba7.0 and 5776aba7.signing_policy files after doing the scp. The error from myproxy-retrieve is about not finding those CA files. If you do have those files and you still get the error from myproxy-retrieve,

Re: [gt-user] Is there something as fsssh available for Globus

2009-05-20 Thread Jim Basney
I don't know about fsssh but if it works with ssh, it should work with gsissh. Alexander Beck-Ratzka wrote: Hi Folks, fsssh allowsx to mount a remote file system directory to a local directory. All what is needed for this is an ssh access to the remote machine. I would like to know,

Re: [gt-user] GSISSH problem

2009-02-23 Thread Jim Basney
Check syslog for errors. See also: http://grid.ncsa.uiuc.edu/ssh/ts_common.html Christian Szongott wrote: Hi! I use GT 4.0.8 and want to connect to a host using GSSAPIAuthentication. So I followed the installation instructions on

Re: [gt-user] GSISSH problem

2009-02-23 Thread Jim Basney
within the SXXsshd script. But there is no sshd at the specified location ($GLOBUS_LOCATION/sbin/). Any ideas why? Christian Am 23.02.2009 um 14:51 schrieb Jim Basney: Check syslog for errors. See also: http://grid.ncsa.uiuc.edu/ssh/ts_common.html Christian Szongott wrote: Hi

Re: [gt-user] GSISSH problem

2009-02-23 Thread Jim Basney
of noflavor /usr/local/gt4/sbin/gpt-postinstall All of the packages in your GLOBUS_LOCATION are already set up. Am 23.02.2009 um 19:32 schrieb Jim Basney: My guess is that your build failed. If you kept a log of your output from make, check it for errors. Or you could try 'make gsi-openssh

Re: [gt-user] problem in gt-4.2.1 installation

2009-02-14 Thread Jim Basney
i m using RHEL 5.3 for globus 4.2.1 installation. i used all source installer. i stuck in the installation process as myproxy-admin-adduser gave very few verbose that i couldnt find the subject of the certificate, so i am confused what to write in grid-mapfile. Yes, we made the output

Re: [gt-user] Newbie, setting up MyProxy from gt4.2.1-x86_rhas_4-installer

2008-12-15 Thread Jim Basney
Hello Doug, The best way to debug a segmentation fault is with a debugger like gdb. If you're able to diagnose the problem, please submit a bug report to http://bugzilla.globus.org/. I suspect the problem is caused by a shared library version mismatch. It's risky to use binaries built for one

Re: [gt-user] Difference in GSI layer

2008-12-08 Thread Jim Basney
See: http://www.globus.org/toolkit/docs/4.2/4.2.0/rn/release_notes.html#rn-changesummaries-security I suspect the VOMS server logs would have more information about the error. My guess is that the VOMS server does not accept RFC 3820 compliant proxy certificates, which are generated by default in