From e83105d1d9256c02fc981a2aca5ac8175daa0e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 20 Jun 2009 10:06:10 +0000 Subject: [PATCH] Reword. MFC after: 1 week --- lib/libpam/modules/pam_unix/pam_unix.8 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/libpam/modules/pam_unix/pam_unix.8 b/lib/libpam/modules/pam_unix/pam_unix.8 index 60667e69e74..bae58159046 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 March 27, 2007 +.Dd June 20, 2009 .Dt PAM_UNIX 8 .Os .Sh NAME @@ -106,9 +106,7 @@ except that if the previously obtained password fails, the user is prompted for another password. .It Cm auth_as_self This option will require the user -to authenticate himself as the user -given by -.Xr getlogin 2 , +to authenticate themselves as themselves, not as the account they are attempting to access. This is primarily for services like .Xr su 1 ,