From owner-svn-src-all@FreeBSD.ORG Sat Jun 20 10:06:11 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BA2E106566C; Sat, 20 Jun 2009 10:06:11 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EE4038FC0C; Sat, 20 Jun 2009 10:06:10 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n5KA6AkR070964; Sat, 20 Jun 2009 10:06:10 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5KA6Arv070962; Sat, 20 Jun 2009 10:06:10 GMT (envelope-from des@svn.freebsd.org) Message-Id: <200906201006.n5KA6Arv070962@svn.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 20 Jun 2009 10:06:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r194528 - head/lib/libpam/modules/pam_unix X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2009 10:06:11 -0000 Author: des Date: Sat Jun 20 10:06:10 2009 New Revision: 194528 URL: http://svn.freebsd.org/changeset/base/194528 Log: Reword. MFC after: 1 week Modified: head/lib/libpam/modules/pam_unix/pam_unix.8 Modified: head/lib/libpam/modules/pam_unix/pam_unix.8 ============================================================================== --- head/lib/libpam/modules/pam_unix/pam_unix.8 Sat Jun 20 08:54:03 2009 (r194527) +++ head/lib/libpam/modules/pam_unix/pam_unix.8 Sat Jun 20 10:06:10 2009 (r194528) @@ -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 p 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 ,