condor_store_cred(1) | General Commands Manual | condor_store_cred(1) |
condor_store_cred securely - stash a password
condor_store_cred [-help]
condor_store_credadd[ -c | -u username] [-p password] [-n machinename] [-f filename]
condor_store_creddelete[ -c | -u username] [-n machinename]
condor_store_credquery[ -c | -u username] [-n machinename]
condor_store_credstores passwords in a secure manner. There are two separate uses of condor_store_cred:
Passwords are stashed in a persistent manner; they are maintained across system reboots.
The addargument on the Windows platform stores the password securely in the registry. The user is prompted to enter the password twice for confirmation, and characters are not echoed. If there is already a password stashed, the old password will be overwritten by the new password.
The deleteargument deletes the current password, if it exists.
The queryreports whether the password is stored or not.
-c
-f filename
-help
-n machinename
-p password
-u username
condor_store_credwill exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.
Center for High Throughput Computing, University of Wisconsin-Madison
Copyright (C) 1990-2016 Center for High Throughput Computing, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. Licensed under the Apache License, Version 2.0.
May 2022 |