From owner-freebsd-questions Thu Jan 13 19: 3: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from svalbard.nominum.com (svalbard.nominum.com [204.152.187.73]) by hub.freebsd.org (Postfix) with ESMTP id A7E7414DE3 for ; Thu, 13 Jan 2000 19:03:04 -0800 (PST) (envelope-from Peter.Losher@nominum.com) Received: by svalbard.nominum.com (Postfix, from userid 10188) id 852DA3DB6; Thu, 13 Jan 2000 19:03:03 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by svalbard.nominum.com (Postfix) with ESMTP id 4C08D3DAC for ; Thu, 13 Jan 2000 19:03:03 -0800 (PST) Date: Thu, 13 Jan 2000 19:03:03 -0800 (PST) From: Peter Losher To: freebsd-questions@freebsd.org Subject: UW IMAP and Kerberos 5... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First of, thanks to all that helped with my previous problem (file "too large" in Amanda) a couple of weeks ago (esp. Mitch and Andrew). That problem has nicely been taken care of (for now)... :) But now I have a new problem. I have been trying to install the UofW IMAP server. I do use Kerberos 5 for authentication, so I altered the Makefile in the UofW IMAP server in ports, to handle this: -=- EXTRAAUTHENTICATORS=GSS GSSDIR=/usr/local/krb5 GSSCFLAGS= -I$(GSSDIR)/include GSSLDFLAGS= -L$(GSSDIR)/lib -lgssapi_krb5 -lkrb5 -lcrypt -lcom_err -=- And now that I have installed it (and it shows that the /usr/local/krb5/include files are in there), it refuses to authenticate via Kerberos. If you have a local password, then it works fine, otherwise it fails... Has anyone ever gotten this to work, and if so, am I missing something in the compile process? (missed a variable, etc?) Thanks - Peter --- Peter Losher Systems Admin. - Nominum, Inc. PGP key available on request To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message