disallow CNAME and any other RR type for the same name for DNS entries.
[mirror/userdir-ldap.git] / web / 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 GNU/Linux -- Lost or Forgotten password</title>
6 <link rev="made" href="mailto:webmaster@debian.org">
7 <meta name="Description" content="Debian GNU/Linux is a free distribution of the GNU/Linux operating system. It is maintained and updated through the work of many users who volunteer their time and effort.">
8 <meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG">
9 <meta name="Language" content="">
10 <meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
11 <meta name="Generator" content="WML 2.0.8 (30-Oct-2001)">
12 <meta name="Modified"  content="2002-07-12 19:23:30">
13 </head>
14 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
15 <table width="100%" align="center" border="0" cellpadding="3" cellspacing="0" summary="">
16 <tr>
17   <td align="left" valign="middle">
18   <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>
19   <a href="http://www.debian.org/"><img src="http://www.debian.org/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project"></a>
20   </td>
21 </tr>
22 </table>
23 <!--UdmComment-->
24 <table bgcolor="#DF0451" border="0" cellpadding="0" cellspacing="0" width="100%" summary="">
25 <tr>
26 <td valign="top">
27 <img src="http://www.debian.org/Pics/red-upperleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
28 </td>
29 <td rowspan="2" align="center">
30 <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>
31 <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>
32 <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>
33 <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>
34 <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>
35 <a href="http://www.debian.org/sitemap"><img src="http://www.debian.org/Pics/sitemap.en.gif" align="middle" border="0" hspace="4" vspace="7" alt="Site map"></a>
36 <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>
37 </td>
38 <td valign="top">
39 <img src="http://www.debian.org/Pics/red-upperright.png" align="right" border="0" hspace="0" vspace="0" alt="">
40 </td>
41 </tr>
42 <tr>
43 <td valign="bottom">
44 <img src="http://www.debian.org/Pics/red-lowerleft.png" align="left" border="0" hspace="0" vspace="0" alt="">
45 </td>
46 <td valign="bottom">
47 <img src="http://www.debian.org/Pics/red-lowerright.png" align="right" border="0" hspace="0" vspace="0" alt="">
48 </td>
49 </tr>
50 </table>
51 <!--/UdmComment-->
52 <h1>Lost or Forgotten password</h1>
53 <p>
54 If you have lost or forgotten your LDAP password (and by extension, your
55 machine login password) you can have it reset by sending a PGP signed
56 message to the <a href="doc-mail.html">mail gateway</a>:
57 <pre>
58 echo "Please change my Debian password" | gpg --clearsign | mail chpasswd@db.debian.org
59 or
60 echo "Please change my Debian password" | pgp -fast | mail chpasswd@db.debian.org
61 </pre>
62 The daemon will then respond with a new randomized password encrypted
63 with your key. You can then use the
64 <a href="https://db.debian.org/login.html">SSL Web pages</a> to change your
65 password to something you can remember. You cannot set a new password via the
66 mail gateway.
67 <p>
68 Alternatively, you can do without a password and use PGP to manipulate your
69 LDAP information through the <a href="doc-mail.html">mail gateway</a> and use
70 SSH RSA Authentication to access the servers. To setup OpenSSH for RSA you
71 need to first generate a private RSA key using <tt>ssh-keygen</tt> and select
72 a good passphrase for it. Then send the public portion of the key to the LDAP
73 directory:
74 <pre>
75 gpg --clearsign < ~/.ssh/identity.pub | mail change@db.debian.org
76 </pre>
77 You can then use this key to authenticate to the machines. Using ssh-agent
78 (automatically run by Debian's X configuration) you can use ssh-add to 'cache'
79 your passphrase once.
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 <small>
89 Last Modified: Fri, Jul 12 17:23:30 UTC 2002
90   <br>
91   Copyright &copy; 1997-2002
92  <a href="http://www.spi-inc.org/">SPI</a>; See <a href="http://www.debian.org/license">license terms</a>
93 </small>
94 </body>
95 </html>