Document locking account as inactive/MIA
[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 For emeritus developers:
23
24 {{{
25         you@home~$ ssh you@draghi.debian.org
26         you@draghi~$ ud-lock -r <rt#> <username>
27 }}}
28
29 For MIA or otherwise inactive developers:
30
31 {{{
32         you@home~$ ssh you@draghi.debian.org
33         you@draghi~$ ud-lock -r <rt#> -s inactive <username>
34 }}}
35
36 Step 2: Resolve the RT ticket.
37