From owner-freebsd-ports@FreeBSD.ORG Tue Jun 7 11:30:26 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 100F316A41C; Tue, 7 Jun 2005 11:30:26 +0000 (GMT) (envelope-from fandino@ng.fadesa.es) Received: from tierra2.ng.fadesa.es (tierra2.ng.fadesa.es [195.55.55.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EB6743D1D; Tue, 7 Jun 2005 11:30:22 +0000 (GMT) (envelope-from fandino@ng.fadesa.es) Received: from [195.55.55.163] ([195.55.55.163]) (authenticated bits=0) by tierra2.ng.fadesa.es (8.12.10/8.12.10) with ESMTP id j57BUJnZ015931 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Jun 2005 13:30:19 +0200 Message-ID: <42A5854B.5000205@ng.fadesa.es> Date: Tue, 07 Jun 2005 13:30:19 +0200 From: fandino User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319 X-Accept-Language: gl, es, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org 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> <66836569@srv.sem.ipt.ru> In-Reply-To: <66836569@srv.sem.ipt.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: user fandino from 195.55.55.163 Cc: freebsd-ports@freebsd.org Subject: Re: kadmin (heimdal port) ignores the ldap backend X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fandino@ng.fadesa.es List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2005 11:30:26 -0000 Boris Samorodov wrote: > On Mon, 06 Jun 2005 13:59:48 +0200 fandino wrote: >>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. you are right here. >>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. ok, I will send this as the suggested solution. > And what about doing as-is now but changing LD_SEARCH order? I'm not sure about the implications of changing LD_SEARCH order because some ports are present in the base system and in the ports collection (sendmail, openssl, named,...) and I'm afraid of not so obvious combinations. Regards.