394edfc91c8b19a2eb97f2ba3b228649e570d2d5
[mirror/dsa-wiki.git] / input / howto / lock-account.creole
1 == how to lock an account in ud-ldap ==
2
3 === Introduction ===
4
5 Per Section 3 of the [[https://www.debian.org/doc/manuals/developers-reference/|Debian Developer's Reference]]
6 relating to [[https://www.debian.org/doc/manuals/developers-reference/developer-duties.html|Debian Developer's Duties]],
7 a user is required to submit an RT ticket when retiring from Debian.
8
9 Initially, the RT ticket will be assigned to a Debian Keyring Maintainer (DKM).
10 The DKM will remove the user's GPG key from Debian's Keyring.
11
12 Subsequently, the RT ticket will be assigned to a Debian System Administrator
13 (DSA) so that Debian's LDAP may be updated.
14
15 This HOWTO documents DSA's actions relating to such tickets.
16
17 === Procedure ===
18
19 Step 1: On the LDAP master (draghi.debian.org), execute ud-lock, specifying
20 the RT ticket number and the username.
21
22 {{{
23         you@home~$ ssh you@draghi.debian.org
24         you@draghi~$ ud-lock -r <rt#> <username>
25 }}}
26
27 Step 2: Resolve the RT ticket.
28