1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
<HTML>
<BODY BGCOLOR=white>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
NAME
sgepasswd - Modify the Grid Engine password file of Grid
Engine
SYNTAX
sgepasswd [[ -D domain ] -d user ]
sgepasswd [ -D domain ] [ user ]
DESCRIPTION
<I>sgepasswd</I> modifies the Grid Engine password file
<B><A HREF="../htmlman5/sgepasswd.html">sgepasswd(5)</A></B>.
This file contains a list of usernames and their windows
password in encrypted form. <B><A HREF="../htmlman8/sge_execd.html">sge_execd(8)</A></B> and <B><A HREF="../htmlman8/sge_shepherd.html">sge_shepherd(8)</A></B>
on hosts running Microsoft Windows as operating systems use
this information to start jobs for a certain user.
Each user can use the <I>sgepasswd</I> application to add a new
entry for the own user account. It is also possible to
change the stored password with <I>sgepasswd</I> as far as the user
knows the old one.
The root user additionally has the permission to change the
password entries for other user accounts. Root can also
delete existing entries.
The <I>sgepasswd</I> binary is only available on non-Windows hosts.
OPTIONS
-D domain
Per default <I>sgepasswd</I> will add/modify the current Unix
username without domain specification. This switch can
be used to add a domain specification in front of the
current user name. Consult your Microsoft Windows docu-
mentation to get more information about domain users.
-d user
Only root can use this parameter to delete entries from
the <B><A HREF="../htmlman5/sgepasswd.html">sgepasswd(5)</A></B> file.
-help
Prints a listing of all options.
ENVIRONMENTAL VARIABLES
SGE_CERTFILE Specifies the location of public key file.
Per default <I>sgepasswd</I> will use the file
$SGE_ROOT/$SGE_CELL/common/sgeCA/certs/cert.pem
SGE_KEYFILE If set, specifies the location of the private
key file. Default is
/var/sgeCA/port${SGE_QMASTER_PORT}/private/key.pem
SEE ALSO
<B><A HREF="../htmlman1/sge_intro.html">sge_intro(1)</A></B>, <B><A HREF="../htmlman5/sgepasswd.html">sgepasswd(5)</A></B>
COPYRIGHT
See <B><A HREF="../htmlman1/sge_intro.html">sge_intro(1)</A></B> for a full statement of rights and permis-
sions.
</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>
|