Document locking account as inactive/MIA
[mirror/dsa-wiki.git] / input / howto / lock-account.creole
index 394edfc..8468748 100644 (file)
@@ -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.