summaryrefslogtreecommitdiff
path: root/man/userdbctl.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-11-08 18:02:33 +0100
committerLennart Poettering <lennart@poettering.net>2021-11-08 21:42:53 +0100
commit9897989ef3a0a1df66b588997d03267f5785adc8 (patch)
treeafe9ddb0b4447ae71807d0e8d857f17a388ce722 /man/userdbctl.xml
parent18e94a40b8dc549b2983b7e484171759f929f21b (diff)
downloadsystemd-9897989ef3a0a1df66b588997d03267f5785adc8.tar.gz
man: document new --multipler= switch
Diffstat (limited to 'man/userdbctl.xml')
-rw-r--r--man/userdbctl.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/userdbctl.xml b/man/userdbctl.xml
index 611c425b79..3c26ce3024 100644
--- a/man/userdbctl.xml
+++ b/man/userdbctl.xml
@@ -128,6 +128,14 @@
off.</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--multiplexer=</option><replaceable>BOOL</replaceable></term>
+
+ <listitem><para>Controls whether to do lookups via the multiplexer service (if specified as true, the
+ default) or do lookups in the client (if specified as false). Using the multiplexer service is
+ typically preferable, since it runs in a locked down sandbox.</para></listitem>
+ </varlistentry>
+
<xi:include href="standard-options.xml" xpointer="no-pager" />
<xi:include href="standard-options.xml" xpointer="no-legend" />
<xi:include href="standard-options.xml" xpointer="help" />