Document locking account as inactive/MIA
[mirror/dsa-wiki.git] / input / howto / lock-account.creole
index 3556440..8468748 100644 (file)
@@ -2,8 +2,8 @@
 
 === Introduction ===
 
-Per Section 3 of the [[http://www.debian.org/doc/manuals/developers-reference/|Debian Developer's Reference]]
-relating to [[http://www.debian.org/doc/manuals/developers-reference/developer-duties.html|Debian Developer's Duties]],
+Per Section 3 of the [[https://www.debian.org/doc/manuals/developers-reference/|Debian Developer's Reference]]
+relating to [[https://www.debian.org/doc/manuals/developers-reference/developer-duties.html|Debian Developer's Duties]],
 a user is required to submit an RT ticket when retiring from Debian.
 
 Initially, the RT ticket will be assigned to a Debian Keyring Maintainer (DKM).
@@ -19,10 +19,19 @@ This HOWTO documents DSA's actions relating to such tickets.
 Step 1: On the LDAP master (draghi.debian.org), execute ud-lock, specifying
 the RT ticket number and the username.
 
+For emeritus developers:
+
 {{{
        you@home~$ ssh you@draghi.debian.org
        you@draghi~$ ud-lock -r <rt#> <username>
 }}}
 
+For MIA or otherwise inactive developers:
+
+{{{
+       you@home~$ ssh you@draghi.debian.org
+       you@draghi~$ ud-lock -r <rt#> -s inactive <username>
+}}}
+
 Step 2: Resolve the RT ticket.