summaryrefslogtreecommitdiff
path: root/man/userdbctl.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-08-28 18:21:33 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-09-01 10:48:10 +0200
commitf7dc8248d3402a6c7a4c1ccabf58ae83df713417 (patch)
treeb05e84b62a6b543b6cc8e7fe5b17a8e98c00bad6 /man/userdbctl.xml
parent4fcc9c4962993718d405e95e7a4460a75298927f (diff)
downloadsystemd-f7dc8248d3402a6c7a4c1ccabf58ae83df713417.tar.gz
man: add hint how to show password strings with userdbctl
I started working on a command-line switch to show passwords also in "pretty" mode. I can submit that code for review if anyone thinks that woul be useful, but after writing the man page I realized that it's a fairly niche case, and the hint in the man page is a sufficient replacement.
Diffstat (limited to 'man/userdbctl.xml')
-rw-r--r--man/userdbctl.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/man/userdbctl.xml b/man/userdbctl.xml
index 9a69f33edb..c86937760f 100644
--- a/man/userdbctl.xml
+++ b/man/userdbctl.xml
@@ -59,7 +59,13 @@
user friendly, human readable output is generated; if <literal>table</literal> a minimal, tabular
output is generated; if <literal>json</literal> a JSON formatted output is generated. Defaults to
<literal>friendly</literal> if a user/group is specified on the command line,
- <literal>table</literal> otherwise.</para></listitem>
+ <literal>table</literal> otherwise.</para>
+
+ <para>Note that most output formats do not show all available information. In particular,
+ <literal>classic</literal> and <literal>table</literal> show only the most important fields. Various
+ modes also do not show password hashes. Use <literal>json</literal> to view all fields, including
+ any authentication fields.</para>
+ </listitem>
</varlistentry>
<varlistentry>