Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2000 15:21:56 +0900
From:      Hajimu UMEMOTO (=?ISO-2022-JP?B?GyRCR19LXBsoQiA=?=  =?ISO-2022-JP?B?GyRCSCUbKEI=?=) <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
Message-ID:  <20000316152156Y.ume@FreeBSD.org>
In-Reply-To: <Pine.BSF.4.21.0003151908550.32895-100000@freefall.freebsd.org>
References:  <20000315190746.A9758@norn.ca.eu.org> <Pine.BSF.4.21.0003151908550.32895-100000@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
----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 <kris@FreeBSD.org> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000316152156Y.ume>