From 2820ff6a5f9f43faa8cc823cd954966ca3f5c8cc Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 16 Jun 2009 08:32:40 +0000 Subject: Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- 2009-06-16 Thorsten Kukuk * doc/sag/Linux-PAM_SAG.xml: Fix typos. * doc/adg/Linux-PAM_ADG.xml: Likewise. * doc/mwg/Linux-PAM_MWG.xml: Likewise. --- doc/mwg/Linux-PAM_MWG.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/mwg') diff --git a/doc/mwg/Linux-PAM_MWG.xml b/doc/mwg/Linux-PAM_MWG.xml index 5a09a7cf..0c6c9201 100644 --- a/doc/mwg/Linux-PAM_MWG.xml +++ b/doc/mwg/Linux-PAM_MWG.xml @@ -71,7 +71,7 @@ -
+
Synopsis #include <security/pam_modules.h> @@ -97,7 +97,7 @@ gcc -shared -o pam_module.so pam_module.o -lpam First, we cover what the module should expect from the Linux-PAM library and a Linux-PAM aware application. - Essesntially this is the libpam.* library. + Essentially this is the libpam.* library. @@ -169,7 +169,7 @@ gcc -shared -o pam_module.so pam_module.o -lpam token of some lesser user. In other cases it may not be appropriate: when joe maliciously wants to reset alice's password; or when anyone - other than the user themself wishes to reset their + other than the user them self wishes to reset their KERBEROS authentication token. A policy for this action should be defined by any reasonable authentication scheme, the module writer should consider -- cgit v1.2.3