From owner-freebsd-ports@freebsd.org Thu Apr 19 10:11:23 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CB85F95042 for ; Thu, 19 Apr 2018 10:11:23 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FC036CF1B for ; Thu, 19 Apr 2018 10:11:21 +0000 (UTC) (envelope-from ml@netfence.it) Received: from guardian.ventu (host42-227-static.19-80-b.business.telecomitalia.it [80.19.227.42]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id w3JAB6rv020618 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 19 Apr 2018 12:11:09 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host host42-227-static.19-80-b.business.telecomitalia.it [80.19.227.42] claimed to be guardian.ventu Subject: Re: saslauthd ldap connection to Samba AD To: Jan Bramkamp , freebsd-ports@freebsd.org References: <6d4cbf57-5dc0-ae37-6fde-38f647ef7292@netfence.it> From: Andrea Venturoli Message-ID: <572340fd-3c41-2dd6-a9ec-19b6a18b5d39@netfence.it> Date: Thu, 19 Apr 2018 12:11:01 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.83 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2018 10:11:23 -0000 On 04/18/18 17:31, Jan Bramkamp wrote: > I use saslauthd with GSSAPI (aka Kerberos) authentication inside jails. > IIRC you have to install a second package to add GSSAPI support to > saslauthd. Hello and thanks for your answer? Which package would that be? There is no other port mentioning saslauthd in the name apart from security/cyrus-sasl2-saslauthd. There's security/cyrus-sasl2-gssapi: is this it? bye & Thanks av.