diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-06-30 10:22:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-07-04 22:56:59 +0200 |
commit | 8914f7e8e41c0fcd05d3d8d4fe39ce0e6addac69 (patch) | |
tree | 6ff6ab7847ad73735497edb579a447118aa3a7d6 /man/systemd-sysusers.xml | |
parent | journal-remote: upload journals from namespace (diff) | |
download | systemd-8914f7e8e41c0fcd05d3d8d4fe39ce0e6addac69.tar.xz systemd-8914f7e8e41c0fcd05d3d8d4fe39ce0e6addac69.zip |
man: make sure credentials properly show up in directives index
Diffstat (limited to 'man/systemd-sysusers.xml')
-rw-r--r-- | man/systemd-sysusers.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd-sysusers.xml b/man/systemd-sysusers.xml index 34d3cab5c7..49f634b180 100644 --- a/man/systemd-sysusers.xml +++ b/man/systemd-sysusers.xml @@ -143,9 +143,9 @@ (see <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>1</manvolnum></citerefentry> for details). The following credentials are used when passed in:</para> - <variablelist> + <variablelist class='system-credentials'> <varlistentry> - <term><literal>passwd.hashed-password.<replaceable>user</replaceable></literal></term> + <term><varname>passwd.hashed-password.<replaceable>user</replaceable></varname></term> <listitem><para>A UNIX hashed password string to use for the specified user, when creating an entry for it. This is particularly useful for the <literal>root</literal> user as it allows provisioning the default root password to use via a unit file drop-in or from a container manager passing in this @@ -155,7 +155,7 @@ </varlistentry> <varlistentry> - <term><literal>passwd.plaintext-password.<replaceable>user</replaceable></literal></term> + <term><varname>passwd.plaintext-password.<replaceable>user</replaceable></varname></term> <listitem><para>Similar to <literal>passwd.hashed-password.<replaceable>user</replaceable></literal> but expect a literal, plaintext password, which is then automatically hashed before used for the user @@ -166,13 +166,13 @@ </varlistentry> <varlistentry> - <term><literal>passwd.shell.<replaceable>user</replaceable></literal></term> + <term><varname>passwd.shell.<replaceable>user</replaceable></varname></term> <listitem><para>Specifies the shell binary to use for the specified account when creating it.</para></listitem> </varlistentry> <varlistentry> - <term><literal>sysusers.extra</literal></term> + <term><varname>sysusers.extra</varname></term> <listitem><para>The contents of this credential may contain additional lines to operate on. The credential contents should follow the same format as any other <filename>sysusers.d/</filename> |