From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 22 11:35:53 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 651C916A4CF for ; Sun, 22 Feb 2004 11:35:53 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id E57E443D1F for ; Sun, 22 Feb 2004 11:35:52 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i1MJUWsm039189; Sun, 22 Feb 2004 14:30:32 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Doug Rabson In-Reply-To: <1077452033.2402.7.camel@herring.nlsystems.com> References: <1077452033.2402.7.camel@herring.nlsystems.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8+4uuGPtPR4hf2O+mrP6" Organization: MarcusCom, Inc. Message-Id: <1077478546.75628.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 22 Feb 2004 14:35:46 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: Re: Enabling GSSAPI with evolution X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 19:35:53 -0000 --=-8+4uuGPtPR4hf2O+mrP6 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2004-02-22 at 07:13, Doug Rabson wrote: > I've been using GSSAPI authentication with evolution for a while now and > apart from problems when the tickets expire (which seems to be a heimdal > issue as far as I can see), it works great. This patch enables GSSAPI if > its installed: Thanks for the patch! What's the impact of doing this by default? What kind of effect will this have on non-krb users? Joe >=20 > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/mail/evolution/Makefile,v > retrieving revision 1.93 > diff -u -r1.93 Makefile > --- Makefile 7 Feb 2004 20:26:30 -0000 1.93 > +++ Makefile 22 Feb 2004 10:56:16 -0000 > @@ -39,7 +39,8 @@ > CONFIGURE_ARGS=3D --with-db3-libs=3D${DB3_WRKSRC} \ > --with-db3-includes=3D${DB3_WRKSRC} \ > --enable-nss=3Dno \ > - --enable-openssl=3Dyes > + --enable-openssl=3Dyes \ > + --with-krb5=3D/usr > =20 > EVO_VERSION=3D 1.4 > =20 > Index: files/patch-aa > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/mail/evolution/files/patch-aa,v > retrieving revision 1.18 > diff -u -r1.18 patch-aa > --- files/patch-aa 11 Jun 2003 06:16:16 -0000 1.18 > +++ files/patch-aa 22 Feb 2004 10:53:22 -0000 > @@ -1,6 +1,6 @@ > ---- configure.orig Mon Mar 10 12:01:16 2003 > -+++ configure Thu Mar 13 01:31:35 2003 > -@@ -11148,7 +11148,7 @@ > +--- configure.orig Sun Feb 22 10:49:35 2004 > ++++ configure Sun Feb 22 10:52:58 2004 > +@@ -11724,7 +11724,7 @@ > CPPFLAGS=3D"$DB3_CFLAGS $CPPFLAGS" > =20 > =20 > @@ -9,7 +9,7 @@ > do > as_ac_Header=3D`echo "ac_cv_header_$ac_header" | $as_tr_sh` > if eval "test \"\${$as_ac_Header+set}\" =3D set"; then > -@@ -11341,9 +11341,9 @@ > +@@ -11917,9 +11917,9 @@ > echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > =20 > @@ -22,7 +22,16 @@ > fi > rm -f conftest.$ac_objext conftest.$ac_ext > =20 > -@@ -13495,10 +13495,10 @@ > +@@ -13283,7 +13283,7 @@ > + LDFLAGS_save=3D"$LDFLAGS" > +=20 > + mitlibs=3D"-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" > +- heimlibs=3D"-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi" > ++ heimlibs=3D"-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt" > + echo "$as_me:$LINENO: checking for Kerberos 5" >&5 > + echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6 > + if test "${ac_cv_lib_kerberos5+set}" =3D set; then > +@@ -14068,10 +14068,10 @@ > Example: --with-nspr-libs=3D/usr/lib" >&2;} > { (exit 1); exit 1; }; } > else > @@ -35,7 +44,7 @@ > fi > =20 > echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5 > -@@ -16710,7 +16710,7 @@ > +@@ -17454,7 +17454,7 @@ > idldir=3D"$datadir/idl/evolution-$BASE_VERSION" > =20 > =20 >=20 >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-8+4uuGPtPR4hf2O+mrP6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAOQSSb2iPiv4Uz4cRApKNAJ9SzcNZcmSmFRMbxav7BKT83LG+KwCeOvDn pr8wlKhJnX6TD4yNcacV5AA= =nYq+ -----END PGP SIGNATURE----- --=-8+4uuGPtPR4hf2O+mrP6--