From owner-freebsd-ports Wed Mar 15 22:22:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from piano.mahoroba.org (ratch.spacecom.netspace.or.jp [202.238.190.78]) by hub.freebsd.org (Postfix) with ESMTP id F204D37B5FC; Wed, 15 Mar 2000 22:22:18 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from localhost (IDENT:tHMBBubeLC9MoGBXXcngDjaIogtWxirxItfVrQM8FiHVxj5YJkfyv+Br5YuUIsYr@localhost [::1]) by piano.mahoroba.org (8.10.0/3.7W-piano) with ESMTP id e2G6LvN61841; Thu, 16 Mar 2000 15:21:57 +0900 (JST) (envelope-from ume@FreeBSD.org) To: kris@FreeBSD.org Cc: cpiazza@jaxon.net, ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: [SECURITY] Serious problems with the wdm port In-Reply-To: References: <20000315190746.A9758@norn.ca.eu.org> X-Mailer: Mew version 1.94.2 on Emacs 20.6 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 3.4-RELEASE + KAME from cvs repository Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Thu_Mar_16_15:21:53_2000_518)--" Content-Transfer-Encoding: 7bit Message-Id: <20000316152156Y.ume@FreeBSD.org> Date: Thu, 16 Mar 2000 15:21:56 +0900 From: Hajimu UMEMOTO (=?ISO-2022-JP?B?GyRCR19LXBsoQiA=?= =?ISO-2022-JP?B?GyRCSCUbKEI=?=) X-Dispatcher: imput version 20000228(IM140) Lines: 57 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----Next_Part(Thu_Mar_16_15:21:53_2000_518)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit >>>>> On Wed, 15 Mar 2000 19:09:35 -0800 (PST) >>>>> Kris Kennaway said: cpiazza> Well, if you have USE_PAM it does install this to /etc/pam.d cpiazza> by default and uses those options. kris> Will our PAM pick them up from there, though? I would have thought we'd kris> just use /etc/pam.conf. Umm, though my PAM support patch for 1.19 disabled installing it to /etc/pam.d/, it was discarded during updating to 1.20. I attach discarded part. BTW, patch-an appeared by updating to 1.20 is too stupid and enough to remove it. ----Next_Part(Thu_Mar_16_15:21:53_2000_518)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Description: wdm-pam.diff Content-Disposition: attachment; filename="wdm-pam.diff" --- patches/patch-ag.orig Sun Mar 12 01:30:13 2000 +++ patches/patch-ag Thu Mar 16 14:50:11 2000 @@ -1,5 +1,16 @@ --- configure.in.orig Tue Sep 21 23:16:21 1999 +++ configure.in Mon Nov 1 05:26:32 1999 +@@ -66,6 +66,10 @@ + AC_MSG_CHECKING(for pam directory $PAM_DIR_PATH) + if test -d "$PAM_DIR_PATH"; then + AC_MSG_RESULT(exists) ++ elif test -f "/etc/pam.conf"; then ++ AC_MSG_RESULT(using /etc/pam.conf) ++ PAMDIR=none ++ PAM_DIR_PATH=none + else + AC_MSG_RESULT(does not exist) + AC_MSG_WARN([this may not be a pam system <<--------------]) @@ -183,7 +183,7 @@ XLFLAGS="$X_LIBS" ----Next_Part(Thu_Mar_16_15:21:53_2000_518)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Description: My Signature Content-Disposition: attachment; filename=".signature-world" Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@FreeBSD.org http://www.imasy.org/~ume/ ----Next_Part(Thu_Mar_16_15:21:53_2000_518)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message