Fixed grammar nits.
Reviewed by: des
This commit is contained in:
parent
c72c8b1a9d
commit
58ba213e1d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14905
1 changed files with 2 additions and 2 deletions
|
@ -636,7 +636,7 @@ sshd password required pam_permit.so</programlisting>
|
|||
<title id="pam-transactions.title">Transactions</title>
|
||||
|
||||
<para>The lifecycle of a typical PAM transaction is described
|
||||
below. Note that if this any of these steps fails, the server
|
||||
below. Note that if any of these steps fails, the server
|
||||
should report a suitable error message to the client and abort
|
||||
the transaction.</para>
|
||||
|
||||
|
@ -669,7 +669,7 @@ sshd password required pam_permit.so</programlisting>
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>The server calls &man.pam.acct.mgmt.3; verify that the
|
||||
<para>The server calls &man.pam.acct.mgmt.3; to verify that the
|
||||
requested account is available and valid. If the password
|
||||
is correct but has expired, &man.pam.acct.mgmt.3; will
|
||||
return <literal>PAM_NEW_AUTHTOK_REQD</literal> instead of
|
||||
|
|
Loading…
Reference in a new issue