Date: Tue, 14 Sep 1999 21:27:16 -0400 (EDT) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> To: Robert Watson <robert+freebsd@cyrus.watson.org> Cc: bugs@FreeBSD.ORG Subject: 3.3-RC: kerberos pam module missing? Message-ID: <199909150127.VAA39626@khavrinen.lcs.mit.edu> In-Reply-To: <Pine.BSF.3.96.990914204814.7296A-100000@fledge.watson.org> References: <Pine.BSF.3.96.990914204814.7296A-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Tue, 14 Sep 1999 20:53:12 -0400 (EDT), Robert Watson <robert@cyrus.watson.org> said: > I installed the kerberos distribution, enabled K4 login in > /etc/pam.conf--however, I now get this: markm broke the Kerberos library. Here's a patch: Index: Makefile =================================================================== RCS file: /home/cvs/src/kerberosIV/lib/libkrb/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1999/08/28 01:31:19 1.5 +++ Makefile 1999/09/10 17:06:12 @@ -7,7 +7,7 @@ -I${KRB4DIR}/lib/krb \ -I${KRBOBJDIR} DPADD+= ${LIBCRYPT} -LDADD+= -lcrypt +LDADD+= -lcrypt -lcom_err SRCS= cr_err_reply.c create_auth_reply.c create_ciph.c \ create_death_packet.c create_ticket.c dest_tkt.c get_in_tkt.c \ get_svc_in_tkt.c getrealm.c k_localtime.c krb_err_txt.c \ -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909150127.VAA39626>