From: Thorsten Kukuk Date: Wed, 14 Dec 2005 09:53:06 +0000 (+0000) Subject: Relevant BUGIDs: X-Git-Tag: Linux-PAM-0_99_3_0~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32a58d99200cec33a3a89f0fcc8519547a5f13b2;p=linux-pam Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- 2005-12-14 Thorsten Kukuk * doc/pam_appl.sgml: Fix typo (Reported by Russell Bateman ) --- diff --git a/ChangeLog b/ChangeLog index 2975558d..54df61ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-14 Thorsten Kukuk + + * doc/pam_appl.sgml: Fix typo (Reported by + Russell Bateman ) + 2005-12-12 Thorsten Kukuk * release version 0.99.2.1 diff --git a/doc/pam_appl.sgml b/doc/pam_appl.sgml index 87cb83f1..a80bcbb6 100644 --- a/doc/pam_appl.sgml +++ b/doc/pam_appl.sgml @@ -223,7 +223,7 @@ is, is not well defined. However, some examples are given in the glossary below. The public interface to Linux-PAM - +

Firstly, the relevant include file for the Linux-PAM library is <security/pam_appl.h>. It contains the definitions @@ -321,7 +321,7 @@ extern int pam_set_item(pam_handle_t *pamh, int item_type, - The username of the entity under who's identity service will + The username of the entity under whose identity service will be given. That is, following authentication, A module was unable to obtain the new authentication token. - + A module was unable to obtain the old authentication token. One or more of the modules was unable to change the authentication token since it is currently locked. - + Authentication token aging has been disabled for at least one of the modules. @@ -1559,7 +1559,7 @@ int main(int argc, char *argv[]) } retval = pam_start("check_user", user, &ero;conv, &ero;pamh); - + if (retval == PAM_SUCCESS) retval = pam_authenticate(pamh, 0); /* is user really user? */