From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 09:35:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67E7A16A41C for ; Thu, 30 Jun 2005 09:35:37 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C2E43D4C for ; Thu, 30 Jun 2005 09:35:36 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j5U9aib68074; Thu, 30 Jun 2005 02:36:44 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Wolfgang Lausenbart" , Date: Thu, 30 Jun 2005 02:35:33 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20050629140232.A29721@m-net.arbornet.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Cc: Subject: RE: little small patch for /etc/periodic/400.passwdless X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 09:35:37 -0000 send-pr this kind of stuff. Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Wolfgang >Lausenbart >Sent: Wednesday, June 29, 2005 11:03 AM >To: freebsd-questions@freebsd.org >Subject: little small patch for /etc/periodic/400.passwdless > > >Hello listreaders :-), > >maybe this has already be done. >I posted it here, because I couldn't >figure out where to send such little >stuff... > > > >--- 400.passwdless.backup Wed Jun 29 19:21:24 2005 >+++ 400.passwdless Wed Jun 29 19:22:10 2005 >@@ -45,4 +45,16 @@ > *) rc=0;; > esac > >+#exit "$rc" >+ > >+case "$daily_status_security_passwdless_enable" in >+#this needs to be defined first >+#case "$daily_status_security_pam_enable" in >+ [Yy][Ee][Ss]) >+ echo "" >+ echo 'Checking for weak pam configuration:' >+ grep 'optional' /etc/pam.d/* | grep -v '#' | grep -v README;; >+ >+ *) rc=0;; >+esac >+ > exit "$rc" > > >greetz and best regards >wmiuser/u at netbeisser.de > >E7AC 1E9B 87D8 5BD2 E2F2 6F4A 3177 ED68 8185 480C >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" >