diff options
author | Tomas Mraz <tm@t8m.info> | 2009-06-01 07:03:19 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2009-06-01 07:03:19 +0000 |
commit | fbd40f8764ac17611e1e7f9464565a1b3e7792a2 (patch) | |
tree | 1b5d9a89ad68ca639d80252b9c3dc33801401d04 /modules/pam_tally2 | |
parent | 354c766d69094bc72cb45aa665f8ff01e9f5a389 (diff) | |
download | pam-fbd40f8764ac17611e1e7f9464565a1b3e7792a2.tar.gz pam-fbd40f8764ac17611e1e7f9464565a1b3e7792a2.tar.bz2 pam-fbd40f8764ac17611e1e7f9464565a1b3e7792a2.zip |
Relevant BUGIDs:
Purpose of commit: cleanup
Commit summary:
---------------
2009-06-01 Ville Skyttä <ville.skytta@iki.fi>
* modules/pam_limits/pam_limits.8.xml: Only *.conf
files are parsed. Spelling fixes.
* modules/pam_access/pam_access.8.xml: Spelling fixes.
* modules/pam_cracklib/pam_cracklib.8.xml: Likewise.
* modules/pam_echo/pam_echo.8.xml: Likewise.
* modules/pam_env/pam_env.8.xml: Likewise.
* modules/pam_exec/pam_exec.8.xml: Likewise.
* modules/pam_filter/pam_filter.8.xml: Likewise.
* modules/pam_ftp/pam_ftp.8.xml: Likewise.
* modules/pam_group/pam_group.8.xml: Likewise.
* modules/pam_issue/pam_issue.8.xml: Likewise.
* modules/pam_lastlog/pam_lastlog.8.xml: Likewise.
* modules/pam_listfile/pam_listfile.8.xml: Likewise.
* modules/pam_localuser/pam_localuser.8.xml: Likewise.
* modules/pam_loginuid/pam_loginuid.8.xml: Likewise.
* modules/pam_mkhomedir/pam_mkhomedir.8.xml: Likewise.
* modules/pam_motd/pam_motd.8.xml: Likewise.
* modules/pam_namespace/pam_namespace.8.xml: Likewise.
* modules/pam_pwhistory/pam_pwhistory.8.xml: Likewise.
* modules/pam_selinux/pam_selinux.8.xml: Likewise.
* modules/pam_succeed_if/pam_succeed_if.8.xml: Likewise.
* modules/pam_tally/pam_tally.8.xml: Likewise.
* modules/pam_tally2/pam_tally2.8.xml: Likewise.
* modules/pam_time/pam_time.8.xml: Likewise.
* modules/pam_timestamp/pam_timestamp.8.xml: Likewise.
* modules/pam_timestamp/pam_timestamp_check.8.xml: Likewise.
* modules/pam_tty_audit/pam_tty_audit.8.xml: Likewise.
* modules/pam_umask/pam_umask.8.xml: Likewise.
* modules/pam_unix/pam_unix.8.xml: Likewise.
* modules/pam_xauth/pam_xauth.8.xml: Likewise.
Diffstat (limited to 'modules/pam_tally2')
-rw-r--r-- | modules/pam_tally2/pam_tally2.8.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/modules/pam_tally2/pam_tally2.8.xml b/modules/pam_tally2/pam_tally2.8.xml index 255fcea4..4ad529fd 100644 --- a/modules/pam_tally2/pam_tally2.8.xml +++ b/modules/pam_tally2/pam_tally2.8.xml @@ -122,7 +122,7 @@ <listitem> <para> If something weird happens (like unable to open the file), - return with <errorcode>PAM_SUCESS</errorcode> if + return with <errorcode>PAM_SUCCESS</errorcode> if <option>onerr=<replaceable>succeed</replaceable></option> is given, else with the corresponding PAM error code. </para> @@ -230,7 +230,7 @@ <listitem> <para> If the module is invoked by a user with uid=0 the - counter is not incremented. The sys-admin should use this + counter is not incremented. The sysadmin should use this for user launched services, like <command>su</command>, otherwise this argument should be omitted. </para> @@ -265,7 +265,7 @@ <para> This option implies <option>even_deny_root</option> option. Allow access after <replaceable>n</replaceable> seconds - to root acccount after failed attempt. If this option is used + to root account after failed attempt. If this option is used the root user will be locked out for the specified amount of time after he exceeded his maximum allowed attempts. </para> @@ -301,7 +301,7 @@ <para> Account phase resets attempts counter if the user is <emphasis remap='B'>not</emphasis> magic root. - This phase can be used optionaly for services which don't call + This phase can be used optionally for services which don't call <citerefentry> <refentrytitle>pam_setcred</refentrytitle><manvolnum>3</manvolnum> </citerefentry> correctly or if the reset should be done regardless @@ -315,7 +315,7 @@ <listitem> <para> If the module is invoked by a user with uid=0 the - counter is not changed. The sys-admin should use this + counter is not changed. The sysadmin should use this for user launched services, like <command>su</command>, otherwise this argument should be omitted. </para> @@ -343,7 +343,7 @@ <listitem> <para> A invalid option was given, the module was not able - to retrive the user name, no valid counter file + to retrieve the user name, no valid counter file was found, or too many failed logins. </para> </listitem> @@ -352,7 +352,7 @@ <term>PAM_SUCCESS</term> <listitem> <para> - Everything was successfull. + Everything was successful. </para> </listitem> </varlistentry> |