From owner-freebsd-ports@freebsd.org Wed Apr 18 13:54:24 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 B76E5F8CAF6 for ; Wed, 18 Apr 2018 13:54:24 +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 0AEE673163 for ; Wed, 18 Apr 2018 13:54:23 +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 w3IDnbKr095473 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 18 Apr 2018 15:49:39 +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 To: freebsd-ports@freebsd.org From: Andrea Venturoli Subject: saslauthd ldap connection to Samba AD Message-ID: <6d4cbf57-5dc0-ae37-6fde-38f647ef7292@netfence.it> Date: Wed, 18 Apr 2018 15:49:33 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 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: Wed, 18 Apr 2018 13:54:24 -0000 Hello. I'm trying to setup saslauthd (in a jail) to authenticate to a Samba AD DC (in another jail) and I'm hitting my head on this. I'm stuck at the connection stage where the two will refuse to talk to each other: before I spend too many hours on this: is it expected to work? bye & Thanks av.