From owner-freebsd-questions@FreeBSD.ORG Thu Apr 9 18:30:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB537106566B for ; Thu, 9 Apr 2009 18:30:27 +0000 (UTC) (envelope-from Ggatten@waddell.com) Received: from mailhost0.waddell.com (mailhost0.waddell.com [12.154.38.61]) by mx1.freebsd.org (Postfix) with ESMTP id 917628FC1F for ; Thu, 9 Apr 2009 18:30:27 +0000 (UTC) (envelope-from Ggatten@waddell.com) Received: from mailhost3.waddell.com (mailhost3.waddell.com [10.1.10.28]) by mailhost0.waddell.com (8.13.8/8.13.8) with ESMTP id n39IU1ji024873; Thu, 9 Apr 2009 13:30:11 -0500 (CDT) (envelope-from Ggatten@waddell.com) Received: from mailhost3.waddell.com (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id EBB317B1A4; Thu, 9 Apr 2009 13:29:35 -0500 (CDT) Received: from wadpexf0.waddell.com (wadpexf0.waddell.com [192.168.204.24]) by mailhost3.waddell.com (Postfix) with ESMTP id 7B0447B196; Thu, 9 Apr 2009 13:29:35 -0500 (CDT) Received: from WADPEXV0.waddell.com ([192.168.204.25]) by wadpexf0.waddell.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 9 Apr 2009 13:29:34 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 9 Apr 2009 13:29:06 -0500 Message-ID: <70C0964126D66F458E688618E1CD008A0793E95C@WADPEXV0.waddell.com> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: make install krb5 conflict with heimdal Thread-Index: Acm5QKYLrdO6bGurQWuEgpZm/sy7VwAADs0w References: <49DCA9E0.6000109@zedat.fu-berlin.de> <49DD0A57.7020701@freebsd.org> <49DE28D8.1020508@mail.zedat.fu-berlin.de> <70C0964126D66F458E688618E1CD008A0793E957@WADPEXV0.waddell.com> <20090409134659.58922787@att.net> <70C0964126D66F458E688618E1CD008A0793E95A@WADPEXV0.waddell.com> From: "Gary Gatten" To: "Chuck Swiger" X-OriginalArrivalTime: 09 Apr 2009 18:29:34.0077 (UTC) FILETIME=[2160BAD0:01C9B941] Cc: freebsd-questions@freebsd.org Subject: RE: make install krb5 conflict with heimdal 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, 09 Apr 2009 18:30:28 -0000 This actually makes a little sense - thanks for the pointers! G BTW: Is top posting bad? I prefer top posts, but if the list doesn't like it I'll change. I'll find the rules and read them! -----Original Message----- From: Chuck Swiger [mailto:cswiger@mac.com]=20 Sent: Thursday, April 09, 2009 1:26 PM To: Gary Gatten Cc: freebsd-questions@freebsd.org Questions - Subject: Re: make install krb5 conflict with heimdal On Apr 9, 2009, at 11:21 AM, Gary Gatten wrote: > This is a new thread, so not sure what you mean? Maybe my other posts > re. new package system? Unintentional hijack - just venting, sorry. > > I'm aware of the pkg_delete -f; but I don't want to break FreeRADIUS. > This will process involves getting FreeRADIUS hooked into AD, and one > method I'm looking into is the SAMBA / NTLM thing. SAMBA won't=20=20 > install > unless krb5 is "happy". > > Do I need to force heimdal removal, install krb5, reinstall heimdal=20=20 > and > HOPE it works and nothing breaks in the process? Nope. FreeRADIUS' Makefile claims to support both Heimdal and=20=20 Kerberos5, but you have to choose one or the other via the options=20=20 ("make config"): > .ifdef(WITH_KERBEROS) > .ifdef(WITH_HEIMDAL) > LIB_DEPENDS+=3D krb5.23:${PORTSDIR}/security/heimdal > CONFIGURE_ARGS+=3D--enable-heimdal-krb5 > .else > LIB_DEPENDS+=3D krb5.3:${PORTSDIR}/security/krb5 > .endif Likewise with Samba: > .if defined(WITH_ADS) > SAMBA_WANT_LDAP=3D yes > SAMBA_WANT_KRB5=3D yes > CONFIGURE_ARGS+=3D --with-ads > .else > CONFIGURE_ARGS+=3D --without-ads > .endif > # Kerberos5 is necessary for ADS > .if defined(SAMBA_WANT_KRB5) > .if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.so) > CONFIGURE_ARGS+=3D --with-krb5=3D"${KRB5_HOME}" > .elif defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/=20 > libgssapi.so) > CONFIGURE_ARGS+=3D --with-krb5=3D"${HEIMDAL_HOME}" > .elif exists(/usr/lib/libkrb5.so) && exists(/usr/bin/krb5-config) > CONFIGURE_ARGS+=3D --with-krb5=3D"/usr" > .else > LIB_DEPENDS+=3D krb5:${PORTSDIR}/security/heimdal > CONFIGURE_ARGS+=3D --with-krb5=3D"${LOCALBASE}" > .endif Regards, --=20 -Chuck
"This email is intended to be reviewed by only the intended recipient and may contain information that is privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any review, use, dissemination, disclosure or copying of this email and its attachments, if any, is strictly prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system."