move html into the cgi
[mirror/userdir-ldap-cgi.git] / html / password.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="en">
3 <head>
4   <meta http-equiv="Content-Type" content="text/html; charset=">
5   <title>Debian Project -- Lost or Forgotten password</title>
6   <link rev="made" href="mailto:webmaster@debian.org">
7   <meta name="Generator" content="WML 2.0.11 (19-Aug-2006)">
8   <meta name="Modified" content="2008-05-15 20:13:06">
9 </head>
10 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
11 <table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
12 <tr>
13   <td align="left" valign="middle">
14   <a href="http://www.debian.org/"><img src="http://www.debian.org/logos/openlogo-nd-50.png" border="0" hspace="0" vspace="0" alt=""></a>
15   <a href="http://www.debian.org/" rel="start"><img src="http://www.debian.org/Pics/debian.png" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
16   </td>
17 </tr>
18 </table>
19 <!--UdmComment-->
20 <table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
21 <tr>
22 <td valign="top">
23 <img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
24 </td>
25 <td rowspan="2" align="center">
26 <a href="http://www.debian.org/intro/about"><img src="http://www.debian.org/Pics/about.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="About Debian"></a>
27 <a href="http://www.debian.org/News/"><img src="http://www.debian.org/Pics/news.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="News"></a>
28 <a href="http://www.debian.org/distrib/"><img src="http://www.debian.org/Pics/getting.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Getting Debian"></a>
29 <a href="http://www.debian.org/support"><img src="http://www.debian.org/Pics/support.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Support"></a>
30 <a href="http://www.debian.org/devel/"><img src="http://www.debian.org/Pics/devel.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Developers'&nbsp;Corner"></a>
31 <a href="http://www.debian.org/sitemap" rel="contents"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
32 <a href="http://search.debian.org/"><img src="http://www.debian.org/Pics/search.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Search"></a>
33 </td>
34 <td valign="top">
35 <img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
36 </td>
37 </tr>
38 <tr>
39 <td valign="bottom">
40 <img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
41 </td>
42 <td valign="bottom">
43 <img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
44 </td>
45 </tr>
46 </table>
47 <!--/UdmComment-->
48 <h1>Lost or Forgotten password</h1>
49 <p>
50 If you have lost or forgotten your LDAP password (and by extension, your
51 machine login password) you can have it reset by sending a PGP signed
52 message to the <a href="doc-mail.html">mail gateway</a>:
53 <pre>
54 echo "Please change my Debian password" | gpg --clearsign | mail chpasswd@db.debian.org
55 or
56 echo "Please change my Debian password" | pgp -fast | mail chpasswd@db.debian.org
57 </pre>
58 The daemon will then respond with a new randomized password encrypted
59 with your key. You can then use the
60 <a href="https://db.debian.org/login.html">SSL Web pages</a> to change your
61 password to something you can remember. You cannot set a new password via the
62 mail gateway.
63 <p>
64 Alternatively, you can do without a password and use PGP to manipulate your
65 LDAP information through the <a href="doc-mail.html">mail gateway</a> and use
66 SSH RSA Authentication to access the servers. To setup OpenSSH for RSA you
67 need to first generate a private RSA key using <tt>ssh-keygen</tt> and select
68 a good passphrase for it. Then send the public portion of the key to the LDAP
69 directory:
70 <pre>
71 gpg --clearsign < ~/.ssh/id_rsa.pub | mail change@db.debian.org
72 </pre>
73 <p><b>NB:</b> Only version 2 RSA keys are accepted. Version 1 RSA
74 keys (i.e. identity.pub files) will not work.</p>
75 <p>
76 You can then use this key to authenticate to the machines. Using ssh-agent
77 (automatically run by Debian's X configuration) you can use ssh-add to 'cache'
78 your passphrase once.
79 </p>
80 <hr noshade width="100%" size="1">
81 Back to the <a href="http://www.debian.org/">Debian Project homepage</a>.
82 <hr noshade width="100%" size="1">
83 <small>
84 You can contact us at
85 <a href="mailto:admin@db.debian.org">admin@db.debian.org</a>.
86 </small>
87 <p>
88 <p><small>
89 Last Modified: Thu, May 15 18:13:05 UTC 2008
90   <br>
91   Copyright &copy; 1997-2008
92  <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license" rel="copyright">license terms</a><br>
93   Debian is a registered trademark of Software in the Public Interest, Inc.
94 </small></p>
95 </body>
96 </html>