Re: Fwd: Myproxy error
>>>./myproxy-init -s spillane.lbl.gov
>>>Your identity: /O=doesciencegrid.org/OU=People/CN=Praveenkumar Shetty
>>>598856
>>>Enter GRID pass phrase for this identity:
>>>Creating proxy ....................................... Done
>>>Your proxy is valid until Mon Jul 29 10:02:41 2002
>>>Enter MyProxy Pass Phrase:
>>>Verifying password - Enter MyProxy Pass Phrase:
>>>error in myproxy_authenticate_init(): Error authenticating: Server
>>>authentication failed.
>>>Expected target subject name="host/spillane.lbl.gov"
>>>Target returned subject name="Praveenkumar Shetty 598856"
Looks like the myproxy-server is running with a credential with subject
"Praveenkumar Shetty 598856" but the client expects it to have a host
credential with subject "host/spillane.lbl.gov". The solution is to run
the myproxy-server with a host credential or set the MYPROXY_SERVER_DN
environment variable on the client side to "Praveenkumar Shetty 598856".
-Jim