diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-03-19 01:46:41 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-03-19 01:46:41 +0000 |
commit | 1eb81c19d5c4181242bf983ed0c640b652c2e415 (patch) | |
tree | 28fb4175eb54277a067a4e3c61c847d7f623ca3c /doc/modules/pam_unix.sgml | |
parent | 66ada511b190f4993233e921a8f16a49b0f4ccb8 (diff) | |
download | pam-1eb81c19d5c4181242bf983ed0c640b652c2e415.tar.gz pam-1eb81c19d5c4181242bf983ed0c640b652c2e415.tar.bz2 pam-1eb81c19d5c4181242bf983ed0c640b652c2e415.zip |
Relevant BUGIDs: 408961
Purpose of commit: documentation fixes
Commit summary:
---------------
This checkin is courtesy of some fixes from Michel D'HOOGE.
Diffstat (limited to 'doc/modules/pam_unix.sgml')
-rw-r--r-- | doc/modules/pam_unix.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/modules/pam_unix.sgml b/doc/modules/pam_unix.sgml index 792362ed..71cb07e3 100644 --- a/doc/modules/pam_unix.sgml +++ b/doc/modules/pam_unix.sgml @@ -17,7 +17,6 @@ pam_unix <tag><bf>Author:</bf></tag> <tag><bf>Maintainer:</bf></tag> -Authors. <tag><bf>Management groups provided:</bf></tag> account; authentication; password; session @@ -40,7 +39,7 @@ account; authentication; password; session This is the standard Unix authentication module. It uses standard calls from the system's libraries to retrieve and set account information as well as authentication. Usually this is obtained from the /etc/passwd -and the /etc/shadow file aswell if shadow is enabled. +and the /etc/shadow file as well if shadow is enabled. <sect2>Account component |