diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /templates/man8/pam_systemd_loadkey.8.pot | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/man8/pam_systemd_loadkey.8.pot')
-rw-r--r-- | templates/man8/pam_systemd_loadkey.8.pot | 181 |
1 files changed, 181 insertions, 0 deletions
diff --git a/templates/man8/pam_systemd_loadkey.8.pot b/templates/man8/pam_systemd_loadkey.8.pot new file mode 100644 index 00000000..029421d9 --- /dev/null +++ b/templates/man8/pam_systemd_loadkey.8.pot @@ -0,0 +1,181 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-03-01 17:03+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "PAM_SYSTEMD_LOADKEY" +msgstr "" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "systemd 255" +msgstr "" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "pam_systemd_loadkey" +msgstr "" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"pam_systemd_loadkey - Read password from kernel keyring and set it as PAM " +"authtok" +msgstr "" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "pam_systemd_loadkey\\&.so" +msgstr "" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"B<pam_systemd_loadkey> reads a NUL-separated password list from the kernel " +"keyring, and sets the last password in the list as the PAM authtok\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"The password list is supposed to be stored in the \"user\" keyring of the " +"root user, by an earlier call to B<systemd-ask-password>(1) with B<--" +"keyname=>\\&. You can pass the keyname to B<pam_systemd_loadkey> via the " +"B<keyname=> option\\&." +msgstr "" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "The following options are understood:" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<keyname=>" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"Takes a string argument which sets the keyname to read\\&. The default is " +"\"cryptsetup\", which is used by B<systemd-cryptsetup@.service>(8) to store " +"LUKS passphrase during boot\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Added in version 255\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<debug>" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "The module will log debugging information as it operates\\&." +msgstr "" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "EXAMPLE" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"This module is intended to be used when you use LUKS with a passphrase, " +"enable autologin in the display manager, and want to unlock Gnome Keyring / " +"KDE KWallet automatically\\&. So in total, you only enter one password " +"during boot\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"You need to set the password of your Gnome Keyring/KWallet to the same as " +"your LUKS passphrase\\&. Then add the following lines to your display " +"manager\\*(Aqs PAM config under /etc/pam\\&.d/ (e\\&.g\\&. sddm-autologin):" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "" +"-auth optional pam_systemd_loadkey\\&.so\n" +"-session optional pam_gnome_keyring\\&.so auto_start\n" +"-session optional pam_kwallet5\\&.so auto_start\n" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"And add the following lines to your display manager\\*(Aqs systemd service " +"file, so it can access root\\*(Aqs keyring:" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "" +"[Service]\n" +"KeyringMode=inherit\n" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"In this setup, early during the boot process, B<systemd-cryptsetup@." +"service>(8) will ask for the passphrase and store it in the kernel keyring " +"with the keyname \"cryptsetup\"\\&. Then when the display manager does the " +"autologin, pam_systemd_loadkey will read the passphrase from the kernel " +"keyring, set it as the PAM authtok, and then pam_gnome_keyring and " +"pam_kwallet5 will unlock with the same passphrase\\&." +msgstr "" |