summaryrefslogtreecommitdiff
path: root/doc/adg/Linux-PAM_ADG.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/adg/Linux-PAM_ADG.xml')
-rw-r--r--doc/adg/Linux-PAM_ADG.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/adg/Linux-PAM_ADG.xml b/doc/adg/Linux-PAM_ADG.xml
index 316b0083..79452e17 100644
--- a/doc/adg/Linux-PAM_ADG.xml
+++ b/doc/adg/Linux-PAM_ADG.xml
@@ -196,7 +196,7 @@ cc -o application .... -lpam -lpam_misc
and in this case the application should deny access to the user.
</para>
<para>
- PAM is also capable of setting and deleting the users credentials with
+ PAM is also capable of setting and deleting the user's credentials with
the call <function>pam_setcred()</function>. This function should
always be called after the user is authenticated and before service
is offered to the user. By convention, this should be the last call