diff options
Diffstat (limited to 'doc/sag/Linux-PAM_SAG.xml')
-rw-r--r-- | doc/sag/Linux-PAM_SAG.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/sag/Linux-PAM_SAG.xml b/doc/sag/Linux-PAM_SAG.xml index 952f224b..205ab98e 100644 --- a/doc/sag/Linux-PAM_SAG.xml +++ b/doc/sag/Linux-PAM_SAG.xml @@ -131,9 +131,9 @@ </para> <para> To illustrate the flexibility you face, consider the following - situation: a system administrator (parent) wishes to improve the - mathematical ability of her users (children). She can configure - their favorite ``Shoot 'em up game'' (PAM-aware of course) to + situation: system administrators (parents) wish to improve the + mathematical ability of their users (children). Their favorite + ``Shoot 'em up game'' (PAM-aware of course) can be configured to authenticate them with a request for the product of a couple of random numbers less than 12. It is clear that if the game is any good they will soon learn their @@ -252,7 +252,7 @@ other session required pam_deny.so is invoked so unless the users of a system contact the administrator when failing to execute a service application, the administrator may go for a long while in ignorance of the - fact that his system is misconfigured. + fact that the system is misconfigured. </para> <para> The addition of the following line before those in the above @@ -378,6 +378,7 @@ session required pam_warn.so coming with Linux-PAM. </para> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_access.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_canonicalize_user.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_debug.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_deny.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_echo.xml"/> @@ -516,4 +517,4 @@ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH </programlisting> </chapter> -</book>
\ No newline at end of file +</book> |