diff options
author | ru <ru@FreeBSD.org> | 2006-10-12 15:00:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-10-12 15:00:17 +0000 |
commit | f2378ce74656e6e1c234a5f576380c252c5a4965 (patch) | |
tree | 7343dadec06195b4157aa1e484206a19343a5444 /lib/libpam | |
parent | 6b2141817bc927de0d35a4dea79568d43cea07e4 (diff) | |
download | FreeBSD-src-f2378ce74656e6e1c234a5f576380c252c5a4965.zip FreeBSD-src-f2378ce74656e6e1c234a5f576380c252c5a4965.tar.gz |
The pam_unix module also provides password management.
PR: docs/93491
Submitted by: Lior Kadosh
MFC after: 3 days
Diffstat (limited to 'lib/libpam')
-rw-r--r-- | lib/libpam/modules/pam_unix/pam_unix.8 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/lib/libpam/modules/pam_unix/pam_unix.8 b/lib/libpam/modules/pam_unix/pam_unix.8 index e1ccab6..8d1c8b9 100644 --- a/lib/libpam/modules/pam_unix/pam_unix.8 +++ b/lib/libpam/modules/pam_unix/pam_unix.8 @@ -34,7 +34,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 26, 2001 +.Dd October 12, 2006 .Dt PAM_UNIX 8 .Os .Sh NAME @@ -51,15 +51,16 @@ The .Ux authentication service module for PAM, .Nm -provides functionality for two PAM categories: -authentication -and account management. +provides functionality for three PAM categories: +authentication, +account management, and password management. In terms of the .Ar module-type parameter, they are the -.Dq Li auth +.Dq Li auth , +.Dq Li account , and -.Dq Li account +.Dq Li password features. It also provides a null function for session management. .Ss Ux Ss Authentication Module @@ -156,7 +157,7 @@ level. The .Ux password management component -provides a function to perform account management, +provides a function to perform password management, .Fn pam_sm_chauthtok . The function changes the user's password. |