61419c7495f8ba0d29ef59526ec570d19d867ff4
[mirror/userdir-ldap.git] / web / doc-general.wml
1 #use wml::db.d.o title="General LDAP Documentation"
2
3 <p>
4 debian.org uses a single LDAP driven directory for account management across
5 all the project run <a href="/machines.cgi">machines</a>. This directory
6 also provides services for leaving vacation notices, updating
7 <a href="http://www.debian.org/devel/developers.loc">xplanet</a> coordinates,
8 email forwarding, ssh authentication keys and other information.
9
10 <p>
11 Note: the 'passwd' program and 'chfn' do not work with LDAP information.
12 Please use the web page or email gateway for the time being. All machines 
13 running OpenSSH are using replicated SSH RSA authentication keys.
14
15 <h1>Security and Privacy</h1>
16 Three levels of information security are provided by the database. The first
17 is completely public information that anyone can see either by issuing an
18 LDAP query or by visiting the web site. The next level is "developer-only"
19 information that requires authentication to the directory before it can be
20 accessed. The final level is admin-only or user-only information; this
21 information can only be viewed by the user or an administrator. 
22
23 <p>
24 developer-only information includes precise location information
25 [postalcode, postal address, lat/long] telephone numbers, and the vacation
26 message.
27
28 <p>
29 Admin-only/user-only information includes email forwarding, ssh keys and
30 the encrypted password. Note that email forwarding is necessarily publicly 
31 viewable from accounts on the actual machines.
32
33 <p>
34 Entries in the directory are keyed to the developers PGP key, whoever has that
35 key can make any change to the directory through the mail interface.
36
37 <h1>Access</h1>
38 The directory has several means to access it:
39 <ul>
40 <li><a href="https://db.debian.org/login.html">SSL Web Forms</a>
41 <li>Finger gateway, <tt>finger foo@debian.org</tt>
42 <li><a href="doc-mail.html">Mail gateway</a>
43 <li><a href="doc-direct.html">Direct LDAP Access</a>
44 <li>LDAP command line tools such as <tt>ud-info</tt>
45 </ul>
46
47 <p>
48 <a href="password.html">Lost or forgotten password instructions</a>