Doc fixes
[mirror/userdir-ldap.git] / web / password.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML lang="en">
3 <HEAD>
4 <TITLE>Debian GNU/Linux -- Lost or Forgotten password</TITLE>
5 <LINK REV="made" HREF="mailto:webmaster@debian.org">
6 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
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="English">
10 <meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
11 <meta name="Generator" content="WML 1.7.4 (06-Oct-1999)">
12 <meta name="Modified"  content="24-10-2000 23:43:55">
13 </HEAD>
14 <BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
15 <TABLE border="0" cellpadding="3" cellspacing="0" width="100%">
16 <TR>
17 <TD>
18 <A HREF="http://www.debian.org/logos/" BORDER="0"><IMG src="/Pics/logo-50.jpg" border="0" hspace="0" vspace="0" alt=""></A>
19 <IMG src="/Pics/debian.jpg" border="0" hspace="0" vspace="0" alt="Debian Project">
20 </TD>
21 </TR>
22 <TR>
23 <TD bgcolor="#DF0451">
24 <A href="http://www.debian.org/"><IMG src="/Pics/home.en.gif" border="0" hspace="2" vspace="3" alt="Home"></A>
25 <A href="http://www.debian.org/intro/about"><IMG src="/Pics/about.en.gif" border="0" hspace="2" vspace="3" alt="About&nbsp;Debian"></A>
26 <A href="http://www.debian.org/News/"><IMG src="/Pics/news.en.gif" border="0" hspace="2" vspace="3" alt="News"></A>
27 <A href="http://www.debian.org/distrib/"><IMG src="/Pics/distrib.en.gif" border="0" hspace="2" vspace="3" alt="Distribution"></A>
28 <A href="http://www.debian.org/support"><IMG src="/Pics/support.en.gif" border="0" hspace="2" vspace="3" alt="Support"></A>
29 <A href="http://www.debian.org/devel/"><IMG src="/Pics/devel.en.gif" border="0" hspace="2" vspace="3" alt="Developers'&nbsp;Corner"></A>
30 <A href="http://www.debian.org/search"><IMG src="/Pics/search.en.gif" border="0" hspace="2" vspace="3" alt="Search"></A>
31 </TD>
32 </TR>
33 </TABLE>
34 <H1>Lost or Forgotten password</H1>
35 <p>
36 If you have lost or forgotten your LDAP password (and by extension, your
37 machine login password) you can have it reset by sending a PGP signed
38 message to the <a href="doc-mail.html">mail gateway</a>:
39 <pre>
40 echo "Please change my Debian password" | gpg --clearsign | mail chpasswd@db.debian.org
41 or
42 echo "Please change my Debian password" | pgp -fast | mail chpasswd@db.debian.org
43 </pre>
44 The daemon will then respond with a new randomized password encrypted
45 with your key. You can then use the
46 <a href="https://db.debian.org/login.html">SSL Web pages</a> to change your
47 password to something you can remember. You cannot set a new password via the
48 mail gateway.
49 <p>
50 Alternatively, you can do without a password and use PGP to manipulate your
51 LDAP information through the <a href="doc-mail.html">mail gateway</a> and use
52 SSH RSA Authentication to access the servers. To setup OpenSSH for RSA you
53 need to first generate a private RSA key using <tt>ssh-keygen</tt> and select
54 a good passphrase for it. Then send the public portion of the key to the LDAP
55 directory:
56 <pre>
57 gpg --clearsign < ~/.ssh/identity.pub | mail change@db.debian.org
58 </pre>
59 You can then use this key to authenticate to the machines. Using ssh-agent
60 (automatically run by Debian's X configuration) you can use ssh-add to 'cache'
61 your passphrase once.
62 <HR>
63 <P>Back to the <A href="http://www.debian.org/">Debian Project homepage</A>.
64 <HR>
65 <SMALL>You can contact us at <A href="mailto:admin@db.debian.org">admin@db.debian.org</A>.</SMALL><P>
66 <SMALL>Last Modified: Wed, Oct 25 05:43:55 UTC 2000<BR>
67 Copyright &copy; 1997-1999 <A href="http://www.spi-inc.org/">SPI</A>; See <A href="http://www.debian.org/license">license terms</A>
68         
69          </SMALL>
70 </BODY>
71 </HTML>