From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 10C37138AD0 for ; Sun, 15 Feb 2015 04:48:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75105E0966; Sun, 15 Feb 2015 04:48:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08FA6E0966 for ; Sun, 15 Feb 2015 04:48:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 103C03407F6 for ; Sun, 15 Feb 2015 04:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C450811C9A for ; Sun, 15 Feb 2015 04:48:51 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1423886072.e8d14735cdcb7a7614eacc2d719737bf5144631c.vapier@gentoo> Subject: [gentoo-commits] proj/pambase:master commit in: / X-VCS-Repository: proj/pambase X-VCS-Files: su.in system-auth.in system-login.in X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: e8d14735cdcb7a7614eacc2d719737bf5144631c X-VCS-Branch: master Date: Sun, 15 Feb 2015 04:48:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 25f61605-755b-491c-868a-194f53635496 X-Archives-Hash: a845790f3481e7240c1c63a41dc175c8 commit: e8d14735cdcb7a7614eacc2d719737bf5144631c Author: Mike Frysinger gentoo org> AuthorDate: Sat Feb 14 03:54:32 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Feb 14 03:54:32 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/pambase.git;a=commit;h=e8d14735 trim trailing whitespace --- su.in | 1 - system-auth.in | 6 +++--- system-login.in | 7 +++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/su.in b/su.in index 121bb9a..889ecfe 100644 --- a/su.in +++ b/su.in @@ -9,4 +9,3 @@ password include system-auth session include system-auth session required pam_env.so session optional pam_xauth.so - diff --git a/system-auth.in b/system-auth.in index 1f7ffbd..c729004 100644 --- a/system-auth.in +++ b/system-auth.in @@ -10,14 +10,14 @@ auth KRB5_CONTROL pam_krb5.so KRB5_PARAMS auth required pam_unix.so try_first_pass LIKEAUTH NULLOK DEBUG /* This is needed to make sure that the Kerberos skip-on-success won't cause a bad jump. */ auth optional pam_permit.so - + #if HAVE_KRB5 account KRB5_CONTROL pam_krb5.so KRB5_PARAMS #endif account required pam_unix.so DEBUG /* This is needed to make sure that the Kerberos skip-on-success won't cause a bad jump. */ account optional pam_permit.so - + #if HAVE_CRACKLIB password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3 DEBUG #endif @@ -30,7 +30,7 @@ password KRB5_CONTROL pam_krb5.so KRB5_PARAMS password required pam_unix.so try_first_pass UNIX_AUTHTOK NULLOK UNIX_EXTENDED_ENCRYPTION DEBUG /* This is needed to make sure that the Kerberos skip-on-success won't cause a bad jump. */ password optional pam_permit.so - + #if HAVE_PAM_SSH session optional pam_ssh.so #endif diff --git a/system-login.in b/system-login.in index 11ac032..d12dcd3 100644 --- a/system-login.in +++ b/system-login.in @@ -11,7 +11,7 @@ auth include system-auth #if HAVE_GNOME_KEYRING auth optional pam_gnome_keyring.so #endif - + #if HAVE_ACCESS account required pam_access.so DEBUG #endif @@ -25,12 +25,12 @@ account include system-auth #if defined(TALLY_MODULE) account required TALLY_MODULE onerr=succeed DEBUG #endif - + password include system-auth #if HAVE_GNOME_KEYRING password optional pam_gnome_keyring.so #endif - + #if HAVE_LOGINUID session optional pam_loginuid.so #endif @@ -59,4 +59,3 @@ session optional pam_motd.so motd=/etc/motd #if HAVE_MAIL session optional pam_mail.so #endif -