0c9f379e7ec5896982cd276b07821857650e0b3f
[mirror/dsa-wiki.git] / input / howto / add-account.creole
1 == add an account to ud-ldap ==
2
3 === Introduction ===
4
5 A Debian Account Manager (DAM) will submit an RT ticket to ask that an account
6 be created for a new member of the Debian Project.
7
8 Initially, the RT ticket will be assigned to a Debian Keyring Maintainer (DKM)
9 so that Debian's Keyring may be updated with the user's GPG key.
10
11 Subsequently, the RT ticket will be assigned to a Debian System Administrator
12 (DSA) so that Debian's LDAP may be updated.
13
14 This HOWTO documents DSA's actions relating to account creation.
15
16 The RT ticket will contain the following details in a GPG-signed message:
17 * the user's account type ("uploading DD")
18 * the user's GPG key fingerprint
19 * the user's full name (first name, middle name, last name)
20 * the user's forwarding address
21 * the user's preferred account name
22
23 === Procedure ===
24
25 Step 1: Download the GPG-signed message from RT and verify the signature.
26 Ensure that the message has been signed by a DAM (for a list of DAMs, see
27 http://wiki.debian.org/DAManager or http://www.debian.org/intro/organization).
28
29 Step 2: Create an entry in LDAP by executing ud-useradd on db-master.
30
31 {{{
32         you@home~$ ssh you@db-master.debian.org
33         you@draghi~$ ud-useradd
34 }}}
35
36 You will be prompted to enter the fingerprint; first, middle and last names,
37 the forwarding address and the preferred account name.
38