From d5cd343c18315f358b6618698a8a193aad1233cf Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 16 Oct 2006 12:02:15 +0000 Subject: MFC: 1.12: The pam_unix module also provides password management. PR: docs/93491 Approved by: re (hrs) --- lib/libpam/modules/pam_unix/pam_unix.8 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'lib') 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. -- cgit v1.3