1SGE_PASSWD(1) Grid Engine User Commands SGE_PASSWD(1)
2
3
4
6 sgepasswd - Modify the Grid Engine password file of Grid Engine
7
9 sgepasswd [[ -D domain ] -d user ]
10
11 sgepasswd [ -D domain ] [ user ]
12
14 sgepasswd modifies the Grid Engine password file sgepasswd(5).
15
16 This file contains a list of usernames and their Microsoft Windows
17 password in encrypted form. See(sge_execd)8 and sge_shepherd(8) on how
18 hosts running Microsoft Windows as operating systems use this informa‐
19 tion to start jobs for a certain user.
20
21 Each user can use the sgepasswd application to add a new entry for
22 their own user account. It is also possible to change the stored pass‐
23 word with sgepasswd since the user knows the old one.
24
25 The root user additionally has the permission to change the password
26 entries for other user accounts. Root can also delete existing entries.
27
28 The sgepasswd binary is only available on non-Windows hosts.
29
31 -D domain
32 By default sgepasswd will add/modify the current Unix username
33 without domain specification. This switch can be used to add a
34 domain specification in front of the current user name. Consult
35 your Microsoft Windows documentation to get more information
36 about domain users.
37
38 -d user
39 Only root can use this parameter to delete entries from the
40 sgepasswd(5) file.
41
42 -help Prints a listing of all options.
43
45 SGE_CERTFILE Specifies the location of public key file. Per default
46 sgepasswd will use the file $SGE_ROOT/$SGE_CELL/com‐
47 mon/sgeCA/certs/cert.pem
48
49 SGE_KEYFILE If set, specifies the location of the private key file.
50 Default is /var/sgeCA/port$SGE_QMASTER_PORT/pri‐
51 vate/key.pem
52
54 sge_intro(1), sgepasswd(5)
55
57 See sge_intro(1) for a full statement of rights and permissions.
58
59
60
61GE 6.1 $Date: 2007/07/19 08:17:16 $ SGE_PASSWD(1)