diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-06-20 10:06:10 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-06-20 10:06:10 +0000 |
| commit | e83105d1d9256c02fc981a2aca5ac8175daa0e9e (patch) | |
| tree | c32f9be7e7539ec92642ab40beef7a57dea99a1a /lib/libpam | |
| parent | 65a570613a305cd1829192b8f663a7128c9293bb (diff) | |
Notes
Diffstat (limited to 'lib/libpam')
| -rw-r--r-- | lib/libpam/modules/pam_unix/pam_unix.8 | 6 |
1 files 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 60667e69e74d4..bae5815904664 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 , |
