| 1 |
tausq |
1.6 |
#use wml::db.d.o title="General LDAP Documentation" |
| 2 |
|
|
|
| 3 |
jgg |
1.1 |
<p> |
| 4 |
jgg |
1.5 |
debian.org uses a single LDAP driven directory for account management across |
| 5 |
jgg |
1.1 |
all the project run <a href="/machines.cgi">machines</a>. This directory |
| 6 |
jgg |
1.5 |
also provides services for leaving vacation notices, updating |
| 7 |
jgg |
1.1 |
<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 |
jgg |
1.4 |
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 |
jgg |
1.1 |
|
| 15 |
|
|
<h1>Security and Privacy</h1> |
| 16 |
djpig |
1.8 |
<p> |
| 17 |
jgg |
1.1 |
Three levels of information security are provided by the database. The first |
| 18 |
|
|
is completely public information that anyone can see either by issuing an |
| 19 |
djpig |
1.8 |
LDAP query or by visiting the web site. The next level is |
| 20 |
|
|
<em>developer-only</em> information that requires the search to be |
| 21 |
|
|
performed from a .debian.org machine (see <a href="doc-direct.html">this |
| 22 |
|
|
tutorial</a> on how to use ldapsearch from a .debian.org machine for a |
| 23 |
|
|
direct connection to the LDAP daemon) or from the web interface after |
| 24 |
|
|
one has authenticated themselves as a Debian Developer. The final level is |
| 25 |
|
|
<em>admin-only</em> or <em>user-only</em> information; this |
| 26 |
|
|
information can only be viewed by the user or an administrator. |
| 27 |
jgg |
1.1 |
|
| 28 |
|
|
<p> |
| 29 |
djpig |
1.8 |
<em>developer-only</em> information includes precise location information |
| 30 |
jgg |
1.1 |
[postalcode, postal address, lat/long] telephone numbers, and the vacation |
| 31 |
|
|
message. |
| 32 |
|
|
|
| 33 |
|
|
<p> |
| 34 |
djpig |
1.8 |
<em>Admin-only/user-only</em> information includes email forwarding, |
| 35 |
|
|
ssh keys and |
| 36 |
jgg |
1.1 |
the encrypted password. Note that email forwarding is necessarily publicly |
| 37 |
|
|
viewable from accounts on the actual machines. |
| 38 |
|
|
|
| 39 |
|
|
<p> |
| 40 |
|
|
Entries in the directory are keyed to the developers PGP key, whoever has that |
| 41 |
|
|
key can make any change to the directory through the mail interface. |
| 42 |
|
|
|
| 43 |
|
|
<h1>Access</h1> |
| 44 |
djpig |
1.8 |
<p> |
| 45 |
jgg |
1.1 |
The directory has several means to access it: |
| 46 |
|
|
<ul> |
| 47 |
jgg |
1.2 |
<li><a href="https://db.debian.org/login.html">SSL Web Forms</a> |
| 48 |
joey |
1.7 |
<li>Finger gateway, <tt>finger foo@db.debian.org</tt> |
| 49 |
|
|
<li>GPG key gateway, <tt>finger foo/key@db.debian.org</tt> |
| 50 |
jgg |
1.1 |
<li><a href="doc-mail.html">Mail gateway</a> |
| 51 |
|
|
<li><a href="doc-direct.html">Direct LDAP Access</a> |
| 52 |
|
|
<li>LDAP command line tools such as <tt>ud-info</tt> |
| 53 |
|
|
</ul> |
| 54 |
|
|
|
| 55 |
|
|
<p> |
| 56 |
|
|
<a href="password.html">Lost or forgotten password instructions</a> |