From owner-freebsd-stable@FreeBSD.ORG Mon Jun 6 15:00:41 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A266316A439; Mon, 6 Jun 2005 15:00:40 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4087A43D1D; Mon, 6 Jun 2005 15:00:39 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam by bsam.ru with local (Exim 4.30; FreeBSD) id 1DfJ6U-0000S3-Kt; Mon, 06 Jun 2005 19:01:26 +0400 To: fandino@ng.fadesa.es References: <429D8B3B.50203@ng.fadesa.es> <29469499@srv.sem.ipt.ru> <429DE188.5020908@ng.fadesa.es> <09783236@srv.sem.ipt.ru> <429EE7D8.4050900@ng.fadesa.es> <65121725@srv.sem.ipt.ru> <42A025CA.2000107@ng.fadesa.es> <41916239@srv.sem.ipt.ru> <790a9fff05060309474f2f06eb@mail.gmail.com> <42A43AB4.8070504@ng.fadesa.es> From: Boris Samorodov Date: Mon, 06 Jun 2005 19:01:26 +0400 In-Reply-To: <42A43AB4.8070504@ng.fadesa.es> (fandino@ng.fadesa.es's message of "Mon, 06 Jun 2005 13:59:48 +0200") Message-ID: <66836569@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org Subject: Re: kadmin (heimdal port) ignores the ldap backend X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 15:00:41 -0000 On Mon, 06 Jun 2005 13:59:48 +0200 fandino wrote: > Scot Hetzel wrote: > > I believe you have to set NO_KERBEROS in /etc/make.conf. Then rebuild > > & install the FreeBSD sources in /usr/src. Then after the > > installworld, you'll need to go to the /usr/lib directory and > > move/remove all libs that are older than the date of the install. > ok, I see two possibles fixes: > 1) set NO_KERBEROS in /etc/make.conf, it seems more painless solution > than making wrapper scripts around kadmin, kdc, kpasswd and all > kerberized programs. You'll get non-kerberized apps. One of the most important is sshd. Those from port uses imho MIT Kerberos implementation. > 2) also setting HEIMDAL_HOME=/usr at /etc/make.conf can be another solution. > Now, to send a problem report to the heimdal maintainer port I think 2) is better > because it's easier overwrite the base system than locate and remove several files. This one is better. > what do you think about this? And what about doing as-is now but changing LD_SEARCH order? WBR -- bsam