diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/pam_systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index dcd104907a..d6fc6bb8b8 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -117,7 +117,7 @@ </row> <row> <entry><constant>user-incomplete</constant></entry> - <entry>Similar to <literal>user</literal> but for sessions which are not fully set up yet, i.e. have no home directory mounted ot similar. This is used by <citerefentry><refentrytitle>systemd-homed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> to allow users to log in via <command>ssh</command> before their home directory is mounted, delaying the mount until the user provided the unlock password. Sessions of this class are upgraded to the regular <constant>user</constant> class once the home directory is activated.</entry> + <entry>Similar to <literal>user</literal> but for sessions which are not fully set up yet, i.e. have no home directory mounted or similar. This is used by <citerefentry><refentrytitle>systemd-homed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> to allow users to log in via <command>ssh</command> before their home directory is mounted, delaying the mount until the user provided the unlock password. Sessions of this class are upgraded to the regular <constant>user</constant> class once the home directory is activated.</entry> </row> <row> <entry><constant>greeter</constant></entry> |