[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Problem with condor_store_cred on Windows machine



I see what the problem is; the first command stored the credd password as the condor pool password, and the second command, without the -c arg, was trying to find a password under my login name. Problem solved and condor_credd working apparently....
RF

On Sun, Aug 21, 2011 at 11:20 AM, Ralph Finch <ralphmariafinch@xxxxxxxxx> wrote:
Thinking condor_store_cred must be setup properly to solve my other problem here of condor not delete exec dirs, I run into this problem: I can apparently add a credential without problem, but then it always says it's invalid:

R:\>condor -v
$CondorVersion: 7.6.1 May 31 2011 BuildID: 339001 $
$CondorPlatform: x86_winnt_5.1 $

R:\>condor_store_cred add -d -c -p DWRcondor

08/21/11 11:07:36 Locale: English_United States.1252
Account: condor_pool@xxxxxxxxxxxx

08/21/11 11:07:36 STORE_CRED: In mode 'add'
08/21/11 11:07:36 Storing credential to local master
08/21/11 11:07:36 sspi_client_auth() entered
08/21/11 11:07:36 sspi_client_auth() looping
08/21/11 11:07:36 sspi_client_auth() exiting
08/21/11 11:07:36 Initialized the following authorization table:
08/21/11 11:07:36 Authorizations yet to be resolved:
08/21/11 11:07:36 allow READ:  */136.200.228.40 */136.200.32.*
08/21/11 11:07:36 allow WRITE:  */136.200.32.*
08/21/11 11:07:36 allow NEGOTIATOR:  */delta-mod.water.ca.gov */136.200.32.102
08/21/11 11:07:36 allow ADMINISTRATOR:  */delta-mod */136.200.32.119 */BDOMO-002 */136.200.32.102
08/21/11 11:07:36 allow OWNER:  */DELTA-MOD.ad.water.ca.gov */136.200.32.102
08/21/11 11:07:36 allow CONFIG:  rfinch@xxxxxxxxxxxx/* rfinch@WATER/*
08/21/11 11:07:36 allow DAEMON:  */136.200.32.*
08/21/11 11:07:36 allow ADVERTISE_STARTD:  */136.200.32.*
08/21/11 11:07:36 allow ADVERTISE_SCHEDD:  */136.200.32.*
08/21/11 11:07:36 allow ADVERTISE_MASTER:  */136.200.32.*
08/21/11 11:07:36 Addition succeeded!
Operation succeeded.

R:\>condor_store_cred query -d
08/21/11 11:07:50 Locale: English_United States.1252
Account: rfinch@WATER

08/21/11 11:07:50 STORE_CRED: In mode 'query'
08/21/11 11:07:50 Starting a command on a REMOTE schedd
08/21/11 11:07:50 Will use UDP to update collector delta-mod.water.ca.gov <136.200.32.102:9618>
08/21/11 11:07:50 Trying to query collector <136.200.32.102:9618>
08/21/11 11:07:50 Initialized the following authorization table:
08/21/11 11:07:50 Authorizations yet to be resolved:
08/21/11 11:07:50 allow READ:  */136.200.228.40 */136.200.32.*
08/21/11 11:07:50 allow WRITE:  */136.200.32.*
08/21/11 11:07:50 allow NEGOTIATOR:  */delta-mod.water.ca.gov */136.200.32.102
08/21/11 11:07:50 allow ADMINISTRATOR:  */delta-mod */136.200.32.119 */BDOMO-002 */136.200.32.102
08/21/11 11:07:50 allow OWNER:  */DELTA-MOD.ad.water.ca.gov */136.200.32.102
08/21/11 11:07:50 allow CONFIG:  rfinch@xxxxxxxxxxxx/* rfinch@WATER/*
08/21/11 11:07:50 allow DAEMON:  */136.200.32.*
08/21/11 11:07:50 allow ADVERTISE_STARTD:  */136.200.32.*
08/21/11 11:07:50 allow ADVERTISE_SCHEDD:  */136.200.32.*
08/21/11 11:07:50 allow ADVERTISE_MASTER:  */136.200.32.*
08/21/11 11:07:50 sspi_client_auth() entered
08/21/11 11:07:50 sspi_client_auth() looping
08/21/11 11:07:50 sspi_client_auth() exiting
08/21/11 11:07:50 Query failed!
A credential is stored, but it is invalid. Run 'condor_store_cred add' again.