diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-10-16 12:02:15 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-10-16 12:02:15 +0000 |
| commit | d5cd343c18315f358b6618698a8a193aad1233cf (patch) | |
| tree | f6b88ef607ffab9aa454131641dfab7406bdc3b2 /lib | |
| parent | 3bf7e80e2eed22d668167bea83f4c497823cc082 (diff) | |
Notes
Diffstat (limited to 'lib')
| -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 e1ccab6bab80..8d1c8b9be020 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. |
