1just-man-pages/condor_store_cGreende(r1a)l CommandsjuMsatn-umaaln-pages/condor_store_cred(1)
2
3
4
6 condor_store_cred securely stash user's password
7
9 condor_store_cred [ -help ]
10
11 condor_store_cred add [ -c | -u username ] [ -p password ] [ -n machi‐
12 nename ] [ -f filename ]
13
14 condor_store_cred delete [ -c | -u username ] [ -n machinename ]
15
16 condor_store_cred query [ -c | -u username ] [ -n machinename ]
17
19 On a Windows machine, condor_store_cred stores the password of a
20 user/domain pair securely in the Windows registry. Using this stored
21 password, Condor is able to run jobs with the user ID of the submitting
22 user. In addition, Condor uses this password to acquire the submitting
23 user's credentials when writing output or log files. The password is
24 stored in the same manner as the system does when setting or changing
25 account passwords. When condor_store_cred is invoked, it contacts the
26 condor_schedd daemon to carry out the requested operations on behalf of
27 the user. This is necessary since registry keys are accessible only by
28 the Windows SYSTEM account, not by administrators or other users.
29
30 On a Unix machine, condor_store_cred is used to manage the pool pass‐
31 word, placed in a file specified by the SEC_PASSWORD_FILEconfiguration
32 variable, and for use in password authentication among Condor daemons.
33
34 The password is stashed in a persistent manner; it is maintained across
35 system reboots.
36
37 The add argument stores the current user's password securely in the
38 registry. The user is prompted to enter the password twice for confir‐
39 mation, and characters are not echoed. If there is already a password
40 stashed, the old password will be overwritten by the new password.
41
42 The delete deletes the current password, if it exists.
43
44 The query reports whether the password is stored or not.
45
47 -c
48
49 Apply the option to the pool password.
50
51
52
53
54
55 -f filename
56
57 For Unix machines only, generates a pool password file named file‐
58 name that may be used with the PASSWORD authentication method.
59
60
61
62
63
64 -help
65
66 Displays a brief summary of command options.
67
68
69
70
71
72 -n machinename
73
74 Apply the command on the given machine.
75
76
77
78
79
80 -p password
81
82 Stores given password, rather than prompting.
83
84
85
86
87
88 -u username
89
90 Specify the user name.
91
92
93
94
95
97 condor_store_cred will exit with a status value of 0 (zero) upon suc‐
98 cess, and it will exit with the value 1 (one) upon failure.
99
101 Condor Team, University of Wisconsin-Madison
102
104 Copyright (C) 1990-2009 Condor Team, Computer Sciences Department, Uni‐
105 versity of Wisconsin-Madison, Madison, WI. All Rights Reserved.
106 Licensed under the Apache License, Version 2.0.
107
108 See the Condor Version 7.4.2 Manual or http://www.condorpro‐
109 ject.org/licensefor additional notices. condor-admin@cs.wisc.edu
110
111
112
113 date just-man-pages/condor_store_cred(1)