summaryrefslogtreecommitdiffstats
path: root/po/es/man1/su.1.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/es/man1/su.1.po')
-rw-r--r--po/es/man1/su.1.po689
1 files changed, 689 insertions, 0 deletions
diff --git a/po/es/man1/su.1.po b/po/es/man1/su.1.po
new file mode 100644
index 00000000..89485b0f
--- /dev/null
+++ b/po/es/man1/su.1.po
@@ -0,0 +1,689 @@
+# Spanish translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Javi Diaz <javid@si.upc.es>, 1998.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2023-08-27 17:24+0200\n"
+"PO-Revision-Date: 1998-07-21 19:53+0200\n"
+"Last-Translator: Javi Diaz <javid@si.upc.es>\n"
+"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "SU"
+msgstr "SU"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-05-11"
+msgstr "11 Mayo 2022"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "util-linux 2.38.1"
+msgstr "util-linux 2.38.1"
+
+#. type: TH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "User Commands"
+msgstr "Órdenes de usuario"
+
+#. type: SH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "NAME"
+msgstr "NOMBRE"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "su - run a shell with substitute user and group IDs"
+msgid "su - run a command with substitute user and group ID"
+msgstr ""
+"su - ejecuta una shell con identificadores de grupo y de usuario distintos"
+
+#. type: SH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "SINOPSIS"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<su> [options] [B<->] [I<user> [I<argument>...]]"
+msgstr "B<su> [opciones] [B<->] [I<usuario> [I<argumento>...]]"
+
+#. type: SH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "DESCRIPCIÓN"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "su - run a shell with substitute user and group IDs"
+msgid "B<su> allows commands to be run with a substitute user and group ID."
+msgstr ""
+"su - ejecuta una shell con identificadores de grupo y de usuario distintos"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"When called with no I<user> specified, B<su> defaults to running an "
+"interactive shell as I<root>. When I<user> is specified, additional "
+"I<argument>s can be supplied, in which case they are passed to the shell."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"For backward compatibility, B<su> defaults to not change the current "
+"directory and to only set the environment variables B<HOME> and B<SHELL> "
+"(plus B<USER> and B<LOGNAME> if the target I<user> is not root). It is "
+"recommended to always use the B<--login> option (instead of its shortcut B<-"
+">) to avoid side effects caused by mixing environments."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"This version of B<su> uses PAM for authentication, account and session "
+"management. Some configuration options found in other B<su> implementations, "
+"such as support for a wheel group, have to be configured via PAM."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"B<su> is mostly designed for unprivileged users, the recommended solution "
+"for privileged users (e.g., scripts executed by root) is to use non-set-user-"
+"ID command B<runuser>(1) that does not require authentication and provides "
+"separate PAM configuration. If the PAM session is not required at all then "
+"the recommended solution is to use command B<setpriv>(1)."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"Note that B<su> in all cases uses PAM (B<pam_getenvlist>(3)) to do the final "
+"environment modification. Command-line options such as B<--login> and B<--"
+"preserve-environment> affect the environment before it is modified by PAM."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"Since version 2.38 B<su> resets process resource limits RLIMIT_NICE, "
+"RLIMIT_RTPRIO, RLIMIT_FSIZE, RLIMIT_AS and RLIMIT_NOFILE."
+msgstr ""
+
+#. type: SH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "OPTIONS"
+msgstr "OPCIONES"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "B<-c>,B< --command>=I<command>"
+msgid "B<-c>, B<--command>=I<command>"
+msgstr "B<-c>,B< --command>=I<orden>"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "Pass I<command> to the shell with the B<-c> option."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "B<-f>,B< --fast>"
+msgid "B<-f>, B<--fast>"
+msgstr "B<-f>,B< --fast>"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"Pass B<-f> to the shell, which may or may not be useful, depending on the "
+"shell."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "B<-g>,B< --group>=I<group>"
+msgid "B<-g>, B<--group>=I<group>"
+msgstr "B<-g>,B< --group>=I<grupo>"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"Specify the primary group. This option is available to the root user only."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "B<-G>,B< --supp-group>=I<group>"
+msgid "B<-G>, B<--supp-group>=I<group>"
+msgstr "B<-G>,B< --supp-group>=I<grupo>"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"Specify a supplementary group. This option is available to the root user "
+"only. The first specified supplementary group is also used as a primary "
+"group if the option B<--group> is not specified."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "B<->,B< -l>,B< --login>"
+msgid "B<->, B<-l>, B<--login>"
+msgstr "B<->,B< -l>,B< --login>"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"Start the shell as a login shell with an environment similar to a real login:"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"clears all the environment variables except B<TERM> and variables specified "
+"by B<--whitelist-environment>"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"initializes the environment variables B<HOME>, B<SHELL>, B<USER>, "
+"B<LOGNAME>, and B<PATH>"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "changes to the target user\\(cqs home directory"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"sets argv[0] of the shell to \\(aqB<->\\(aq in order to make the shell a "
+"login shell"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "B<-m>,B< -p>,B< --preserve-environment>"
+msgid "B<-m>, B<-p>, B<--preserve-environment>"
+msgstr "B<-m>,B< -p>,B< --preserve-environment>"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"Preserve the entire environment, i.e., do not set B<HOME>, B<SHELL>, B<USER> "
+"or B<LOGNAME>. This option is ignored if the option B<--login> is specified."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "B<-P>,B< --pty>"
+msgid "B<-P>, B<--pty>"
+msgstr "B<-P>,B< --pty>"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"Create a pseudo-terminal for the session. The independent terminal provides "
+"better security as the user does not share a terminal with the original "
+"session. This can be used to avoid B<TIOCSTI> ioctl terminal injection and "
+"other security attacks against terminal file descriptors. The entire session "
+"can also be moved to the background (e.g., B<su --pty> B<-> I<username> B<-"
+"c> I<application> B<&>). If the pseudo-terminal is enabled, then B<su> works "
+"as a proxy between the sessions (sync stdin and stdout)."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"This feature is mostly designed for interactive sessions. If the standard "
+"input is not a terminal, but for example a pipe (e.g., B<echo \"date\" | su "
+"--pty>), then the B<ECHO> flag for the pseudo-terminal is disabled to avoid "
+"messy output."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "B<-s>,B< --shell>=I<shell>"
+msgid "B<-s>, B<--shell>=I<shell>"
+msgstr "B<-s>,B< --shell>=I<shell>"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"Run the specified I<shell> instead of the default. The shell to run is "
+"selected according to the following rules, in order:"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "the shell specified with B<--shell>"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"the shell specified in the environment variable B<SHELL>, if the B<--"
+"preserve-environment> option is used"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "the shell listed in the passwd entry of the target user"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "/bin/sh"
+msgstr "/bin/sh"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"If the target user has a restricted shell (i.e., not listed in I</etc/"
+"shells>), the B<--shell> option and the B<SHELL> environment variables are "
+"ignored unless the calling user is root."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<--session-command=>I<command>"
+msgstr "B<--session-command=>I<orden>"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "Same as B<-c>, but do not create a new session. (Discouraged.)"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "B<-w>,B< --whitelist-environment>=I<list>"
+msgid "B<-w>, B<--whitelist-environment>=I<list>"
+msgstr "B<-w>,B< --whitelist-environment>=I<lista>"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"Don\\(cqt reset the environment variables specified in the comma-separated "
+"I<list> when clearing the environment for B<--login>. The whitelist is "
+"ignored for the environment variables B<HOME>, B<SHELL>, B<USER>, "
+"B<LOGNAME>, and B<PATH>."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<-h>, B<--help>"
+msgstr "B<-h>, B<--help>"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "Display help text and exit."
+msgstr "Muestra un texto de ayuda y finaliza."
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<-V>, B<--version>"
+msgstr "B<-V>, B<--version>"
+
+#. type: Plain text
+#: debian-bookworm
+msgid "Print version and exit."
+msgstr "Muestra la versión y finaliza."
+
+#. type: SH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "SIGNALS"
+msgstr "SEÑALES"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"Upon receiving either B<SIGINT>, B<SIGQUIT> or B<SIGTERM>, B<su> terminates "
+"its child and afterwards terminates itself with the received signal. The "
+"child is terminated by B<SIGTERM>, after unsuccessful attempt and 2 seconds "
+"of delay the child is killed by B<SIGKILL>."
+msgstr ""
+
+#. type: SH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "CONFIG FILES"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"B<su> reads the I</etc/default/su> and I</etc/login.defs> configuration "
+"files. The following configuration items are relevant for B<su>:"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<FAIL_DELAY> (number)"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"Delay in seconds in case of an authentication failure. The number must be a "
+"non-negative integer."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<ENV_PATH> (string)"
+msgstr "B<ENV_PATH> (cadena)"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"Defines the B<PATH> environment variable for a regular user. The default "
+"value is I</usr/local/bin:/bin:/usr/bin>."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "B<ENV_ROOTPATH> (string)"
+msgid "B<ENV_ROOTPATH> (string), B<ENV_SUPATH> (string)"
+msgstr "B<ENV_ROOTPATH> (cadena)"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"Defines the B<PATH> environment variable for root. B<ENV_SUPATH> takes "
+"precedence. The default value is I</usr/local/sbin:/usr/local/bin:/sbin:/"
+"bin:/usr/sbin:/usr/bin>."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<ALWAYS_SET_PATH> (boolean)"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"If set to I<yes> and B<--login> and B<--preserve-environment> were not "
+"specified B<su> initializes B<PATH>."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"The environment variable B<PATH> may be different on systems where I</bin> "
+"and I</sbin> are merged into I</usr>; this variable is also affected by the "
+"B<--login> command-line option and the PAM system setting (e.g., "
+"B<pam_env>(8))."
+msgstr ""
+
+#. type: SH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "EXIT STATUS"
+msgstr "ESTADO DE SALIDA"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"B<su> normally returns the exit status of the command it executed. If the "
+"command was killed by a signal, B<su> returns the number of the signal plus "
+"128."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "Exit status generated by B<su> itself:"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "1"
+msgstr "1"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "Generic error before executing the requested command"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "126"
+msgstr "126"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "The requested command could not be executed"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "127"
+msgstr "127"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "The requested command was not found"
+msgstr ""
+
+#. type: SH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "FILES"
+msgstr "ARCHIVOS"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "/etc/pam.d/su"
+msgid "I</etc/pam.d/su>"
+msgstr "/etc/pam.d/su"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "default PAM configuration file"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "/etc/pam.d/su-l"
+msgid "I</etc/pam.d/su-l>"
+msgstr "/etc/pam.d/su-l"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "PAM configuration file if B<--login> is specified"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "/etc/default/su"
+msgid "I</etc/default/su>"
+msgstr "/etc/default/su"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "command specific logindef config file"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy
+#| msgid "/etc/login.defs"
+msgid "I</etc/login.defs>"
+msgstr "/etc/login.defs"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "global logindef config file"
+msgstr ""
+
+#. type: SH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "NOTES"
+msgstr "NOTAS"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"For security reasons, B<su> always logs failed log-in attempts to the "
+"I<btmp> file, but it does not write to the I<lastlog> file at all. This "
+"solution can be used to control B<su> behavior by PAM configuration. If you "
+"want to use the B<pam_lastlog>(8) module to print warning message about "
+"failed log-in attempts then B<pam_lastlog>(8) has to be configured to update "
+"the I<lastlog> file as well. For example by:"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "session required pam_lastlog.so nowtmp"
+msgstr ""
+
+#. type: SH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIAL"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"This B<su> command was derived from coreutils\\(aq B<su>, which was based on "
+"an implementation by David MacKenzie. The util-linux version has been "
+"refactored by Karel Zak."
+msgstr ""
+
+#. type: SH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "VÉASE TAMBIÉN"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "B<setpriv>(1), B<login.defs>(5), B<shells>(5), B<pam>(8), B<runuser>(1)"
+msgstr ""
+"B<setpriv>(1), B<login.defs>(5), B<shells>(5), B<pam>(8), B<runuser>(1)"
+
+#. type: SH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "REPORTING BUGS"
+msgstr "INFORMAR DE ERRORES"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid "For bug reports, use the issue tracker at"
+msgstr ""
+"Para informar de cualquier error, utilice el sistema de seguimiento de fallos"
+
+#. type: SH
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "AVAILABILITY"
+msgstr "DISPONIBILIDAD"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+msgid ""
+"The B<su> command is part of the util-linux package which can be downloaded "
+"from"
+msgstr ""
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2022-02-14"
+msgstr "14 Febrero 2022"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "util-linux 2.37.4"
+msgstr "util-linux 2.37.4"
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid ""
+"Create a pseudo-terminal for the session. The independent terminal provides "
+"better security as the user does not share a terminal with the original "
+"session. This can be used to avoid TIOCSTI ioctl terminal injection and "
+"other security attacks against terminal file descriptors. The entire session "
+"can also be moved to the background (e.g., \"su --pty - username -c "
+"application &\"). If the pseudo-terminal is enabled, then B<su> works as a "
+"proxy between the sessions (copy stdin and stdout)."
+msgstr ""
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid ""
+"This feature is mostly designed for interactive sessions. If the standard "
+"input is not a terminal, but for example a pipe (e.g., echo \"date\" | su --"
+"pty), then the ECHO flag for the pseudo-terminal is disabled to avoid messy "
+"output."
+msgstr ""
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid ""
+"If the target user has a restricted shell (i.e., not listed in /etc/shells), "
+"the B<--shell> option and the B<SHELL> environment variables are ignored "
+"unless the calling user is root."
+msgstr ""
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid "Display version information and exit."
+msgstr "Muestra información acerca de la versión y finaliza."
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid ""
+"B<su> reads the I</etc/default/su> and I</etc/login.defs> configuration "
+"files. The following configuration items are relevant for B<su:>"
+msgstr ""
+
+#. type: Plain text
+#: opensuse-leap-15-6
+msgid ""
+"For security reasons, B<su> always logs failed log-in attempts to the btmp "
+"file, but it does not write to the I<lastlog> file at all. This solution can "
+"be used to control B<su> behavior by PAM configuration. If you want to use "
+"the B<pam_lastlog>(8) module to print warning message about failed log-in "
+"attempts then B<pam_lastlog>(8) has to be configured to update the "
+"I<lastlog> file as well. For example by:"
+msgstr ""