Synopsis
condor_store_cred
[-help]
condor_store_cred
add
[
-c | -u/SPAN>username
]
[-p
password]
[-n
machinename]
[-f
filename]
condor_store_cred
delete
[
-c | -u/SPAN>username
]
[-n
machinename]
condor_store_cred
query
[
-c | -u/SPAN>username
]
[-n
machinename]
condor_store_cred stores passwords in a secure manner. There are two separate uses of condor_store_cred:
condor_pool@$(UID_DOMAIN) user name.
On a Unix machine, condor_store_cred with the -f option is used to set the pool password, as needed when used with the PASSWORD authentication method. The pool password is placed in a file specified by the SEC_PASSWORD_FILE configuration variable.
Passwords are stashed in a persistent manner; they are maintained across system reboots.
The add argument 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 delete argument deletes the current password, if it exists.
The query reports whether the password is stored or not.
[-f/SPAN>filename] For Unix machines only,
generates a pool password file named filename that may be used
with the PASSWORD authentication method.
[-help] Displays a brief summary of command options.
[-n/SPAN>machinename] Apply the command on the
given machine.
[-p/SPAN>password] Stores password,
rather than prompting the user to enter a password.
[-u/SPAN>username] Specify the user name.
condor_store_cred will exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.
See the Condor Version 7.6.0 or http://www.condorproject.org/license for additional notices.
condor-admin@cs.wisc.edu