1just-man-pages/condor_store_cGreende(r1a)l CommandsjuMsatn-umaaln-pages/condor_store_cred(1)
2
3
4

Name

6       condor_store_cred securely stash a password
7

Synopsis

9       condor_store_cred [ -help ]
10
11       condor_store_cred add [ -c
12        | -u username ] [ -p password ] [ -n machinename ] [ -f filename ]
13
14       condor_store_cred delete [ -c
15        | -u username ] [ -n machinename ]
16
17       condor_store_cred query [ -c
18        | -u username ] [ -n machinename ]
19

Description

21       condor_store_cred  stores  passwords  in a secure manner. There are two
22       separate uses of condor_store_cred :
23
24          1. A shared pool password is needed in order to implement the  PASS‐
25          WORD  authentication  method.  condor_store_cred using the -c option
26          deals with the password for the  implied   condor_pool@$(UID_DOMAIN)
27          user name.
28
29          On  a  Unix machine, condor_store_cred with the -f option is used to
30          set the pool password,  as  needed  when  used  with  the   PASSWORD
31          authentication  method. The pool password is placed in a file speci‐
32          fied by the  SEC_PASSWORD_FILE configuration variable.
33
34
35
36          2. In order to submit a job from a Windows platform machine,  or  to
37          execute   a   job  on  a  Windows  platform  machine  utilizing  the
38          run_as_owner functionality, condor_store_cred stores the password of
39          a  user/domain  pair  securely  in  the Windows registry. Using this
40          stored password, HTCondor may act on behalf of the  submitting  user
41          to  access  files,  such as writing output or log files. HTCondor is
42          able to run jobs with the user ID of the submitting user. The  pass‐
43          word is stored in the same manner as the system does when setting or
44          changing account passwords.
45
46       Passwords are stashed in  a  persistent  manner;  they  are  maintained
47       across system reboots.
48
49       The  add  argument on the Windows platform stores the password securely
50       in the registry. The user is prompted to enter the password  twice  for
51       confirmation,  and  characters  are  not  echoed. If there is already a
52       password stashed, the old password will be overwritten by the new pass‐
53       word.
54
55       The delete argument deletes the current password, if it exists.
56
57       The query reports whether the password is stored or not.
58

Options

60       -c
61
62          Operations  refer  to  the  pool  password, as used in the  PASSWORD
63          authentication method.
64
65
66
67
68
69       -f filename
70
71          For Unix machines only, generates a pool password file  named  file‐
72          name that may be used with the  PASSWORD authentication method.
73
74
75
76
77
78       -help
79
80          Displays a brief summary of command options.
81
82
83
84
85
86       -n machinename
87
88          Apply the command on the given machine.
89
90
91
92
93
94       -p password
95
96          Stores  password  ,  rather than prompting the user to enter a pass‐
97          word.
98
99
100
101
102
103       -u username
104
105          Specify the user name.
106
107
108
109
110

Exit Status

112       condor_store_cred will exit with a status value of 0 (zero)  upon  suc‐
113       cess, and it will exit with the value 1 (one) upon failure.
114

Author

116       Center for High Throughput Computing, University of Wisconsin-Madison
117
119       Copyright  (C) 1990-2018 Center for High Throughput Computing, Computer
120       Sciences Department, University of Wisconsin-Madison, Madison, WI.  All
121       Rights Reserved. Licensed under the Apache License, Version 2.0.
122
123
124
125                                     date  just-man-pages/condor_store_cred(1)
Impressum