1CONDOR_STORE_CRED(1)            HTCondor Manual           CONDOR_STORE_CRED(1)
2
3
4

NAME

6       condor_store_cred - HTCondor Manual
7
8       securely stash a password
9
10

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

59          -c     Operations refer to the pool password, as used in  the  PASS‐
60                 WORD authentication method.
61
62          -f filename
63                 For  Unix machines only, generates a pool password file named
64                 filename that may be used with  the  PASSWORD  authentication
65                 method.
66
67          -help  Displays a brief summary of command options.
68
69          -n machinename
70                 Apply the command on the given machine.
71
72          -p password
73                 Stores  password,  rather  than prompting the user to enter a
74                 password.
75
76          -u username
77                 Specify the user name.
78

EXIT STATUS

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

AUTHOR

84       HTCondor Team
85
87       1990-2020,  Center  for  High  Throughput  Computing, Computer Sciences
88       Department, University of Wisconsin-Madison, Madison, WI, US.  Licensed
89       under the Apache License, Version 2.0.
90
91
92
93
948.8                              Aug 06, 2020             CONDOR_STORE_CRED(1)
Impressum