next up previous contents index
Next: condor_ submit Up: 9. Command Reference Manual Previous: condor_ status   Contents   Index

Subsections


condor_ store_cred

securely stash user's password - for Win32 only

Synopsis

condor_ store_cred [-help]

condor_ store_cred add [-p password]

condor_ store_cred delete

condor_ store_cred query

Description

condor_ store_cred stores the password of a user/domain pair securely in the Windows registry. Using this stored password, Condor is able to run jobs with the user ID of the submitting user when running scheduler universe jobs and DAGMan. In addition, Condor uses this password to acquire the submitting user's credentials when writing output or log files. The password is stored in the same manner as the system does when setting or changing account passwords.

When condor_ store_cred is invoked, it contacts the condor_ schedd daemon to carry out the requested operations on behalf of the user. This is necessary since registry keys are accessible only by the Windows SYSTEM account, not by administrators or other users.

The password is stashed in a persistent manner; it is maintained across system reboots.

Options

add
Store the current user's 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 have a password stashed, the old password will be overwritten by the new password.

delete
Delete the current user's stashed password, if it exists.

query
Report whether the current user's password is stored or not.

-help
Displays a brief summary of command options.

-p password
Stores given password rather than prompting.

Exit Status

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.

Author

Condor Team, University of Wisconsin-Madison

Copyright

Copyright © 1990-2006 Condor Team, Computer Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved. No use of the Condor Software Program is authorized without the express consent of the Condor Team. For more information contact: Condor Team, Attention: Professor Miron Livny, 7367 Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.

U.S. Government Rights Restrictions: Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of The Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2) of Commercial Computer Software-Restricted Rights at 48 CFR 52.227-19, as applicable, Condor Team, Attention: Professor Miron Livny, 7367 Computer Sciences, 1210 W. Dayton St., Madison, WI 53706-1685, (608) 262-0856 or miron@cs.wisc.edu.

See the Condor Version 6.7.19 Manual for additional notices.


next up previous contents index
Next: condor_ submit Up: 9. Command Reference Manual Previous: condor_ status   Contents   Index
condor-admin@cs.wisc.edu