diff options
author | Mattias Andrée <maandree@kth.se> | 2023-06-23 11:38:50 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-06-23 11:38:50 +0200 |
commit | e3556481ede823ec6b52065a832232fffd24b765 (patch) | |
tree | 0513080e9e7f3960a05a10d8a6a5ccde7f617c75 /key2root-rmkey.8 | |
parent | Add argument checks to key2root-addkey and key2root-rmkey (diff) | |
download | key2root-e3556481ede823ec6b52065a832232fffd24b765.tar.gz key2root-e3556481ede823ec6b52065a832232fffd24b765.tar.bz2 key2root-e3556481ede823ec6b52065a832232fffd24b765.tar.xz |
Fix minor mistakes i key2root-lskeys.c, implement key2root-rmkey.c, and minor work on key2root-addkey.c
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'key2root-rmkey.8')
-rw-r--r-- | key2root-rmkey.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/key2root-rmkey.8 b/key2root-rmkey.8 index fe01c93..d79544c 100644 --- a/key2root-rmkey.8 +++ b/key2root-rmkey.8 @@ -97,6 +97,11 @@ associated with the user name, and the user name must be specified when removing it. Likewise if a keyfile was added with a user ID specified, it is only associated with the user ID, and the user ID must be specified when removing it. +.PP +To completely remove a user, remove +.BI /etc/key2root/ user-id +and +.BR /etc/key2root/ \fIuser-name\fP. .SH BUGS None. |