Date: Tue, 19 Jun 2001 01:10:02 -0700 (PDT) From: yakisoba <yakisoba@osaka.interq.or.jp> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/14599: pam_kerberosIV.so in the 'krb.??' package ? Message-ID: <200106190810.f5J8A2M47545@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR misc/14599; it has been noted by GNATS.
From: yakisoba <yakisoba@osaka.interq.or.jp>
To: freebsd-gnats-submit@FreeBSD.org, yakisoba@f2.dion.ne.jp
Cc:
Subject: Re: misc/14599: pam_kerberosIV.so in the 'krb.??' package ?
Date: Tue, 19 Jun 2001 17:09:50 +0900
Really ?
Which package contains 'pam_kerberosIV.so' and 'pam_krb5.so' ?
4.3-RELEASE/bin/bin.?? .... no
usr/lib/pam_cleartext_pass_ok.so
usr/lib/pam_deny.so
usr/lib/pam_opie.so
usr/lib/pam_permit.so
usr/lib/pam_radius.so
usr/lib/pam_ssh.so
usr/lib/pam_tacplus.so
usr/lib/pam_unix.so
4.3-RELEASE/crypto/krb4.?? .... no
4.3-RELEASE/crypto/krb5.?? .... no
This problem is not 'build error'.
'make buildworld' and 'make installworld' is fine.
But 'make release' is not.
'bin.??' package build without 'MAKE_KERBEROS4' and 'MAKE_KERBEROS5'.
'krb4.??' package build in 'kerberosIV' directory only.
'krb5.??' package build in 'kerberos5' directory only.
(except 'make kprog' targets.)
So, need to fix.
I think 1 or 2.
1. these modules move to kerberos* directory, and build on there.
src/lib/libpam/modules/pam_kerberosIV -> src/kerberosIV/lib/libpam/modules
src/lib/libpam/modules/pam_krb5 -> src/kerberos5/lib/libpam/modules
2. When 'make kprog', building these modules.
# $FreeBSD: src/kerberosIV/Makefile,v 1.13 1999/09/06 06:30:48 markm Exp $
....
# These are the programs which depend on kerberos
kprog:
cd ${SDIR}/bin/rcp; ${CODAI}
cd ${SDIR}/gnu/usr.bin/cvs; ${CODAI}
cd ${SDIR}/libexec/ftpd; ${CODAI}
cd ${SDIR}/libexec/rlogind; ${CODAI}
cd ${SDIR}/libexec/rshd; ${CODAI}
cd ${SDIR}/usr.bin/login; ${CODAI}
cd ${SDIR}/usr.bin/passwd; ${CODAI}
cd ${SDIR}/usr.bin/rlogin; ${CODAI}
cd ${SDIR}/usr.bin/rsh; ${CODAI}
cd ${SDIR}/usr.bin/su; ${CODAI}
cd ${SDIR}/sbin/dump; ${CODAI}
cd ${SDIR}/sbin/restore; ${CODAI}
=> cd ${SDIR}/lib/libpam/modules/pam_kerberosIV; ${CODAI}
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106190810.f5J8A2M47545>
