From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121543 invoked by alias); 5 Aug 2019 20:31:09 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 121536 invoked by uid 89); 5 Aug 2019 20:31:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=H*UA:Win32, challenge, certified X-HELO: zmcc-2-mx.zmailcloud.com Received: from zmcc-2-mx.zmailcloud.com (HELO zmcc-2-mx.zmailcloud.com) (52.37.197.7) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 05 Aug 2019 20:31:07 +0000 Received: from zmcc-2.zmailcloud.com (zmcc-2-mta-1.zmailcloud.com [146.148.52.56]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by zmcc-2-mx.zmailcloud.com (Postfix) with ESMTPS id 138AF40571; Mon, 5 Aug 2019 16:47:27 -0400 (EDT) Received: from zmcc-2.zmailcloud.com (localhost [127.0.0.1]) by zmcc-2-mta-1.zmailcloud.com (Postfix) with ESMTPS id 8E305CDC31; Mon, 5 Aug 2019 15:31:05 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by zmcc-2-mta-1.zmailcloud.com (Postfix) with ESMTP id 8145EC1D74; Mon, 5 Aug 2019 15:31:05 -0500 (CDT) Received: from zmcc-2.zmailcloud.com ([127.0.0.1]) by localhost (zmcc-2-mta-1.zmailcloud.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id TEpY-wIPzqQ0; Mon, 5 Aug 2019 15:31:05 -0500 (CDT) Received: from [192.168.1.39] (47-208-128-44.erkacmtk03.res.dyn.suddenlink.net [47.208.128.44]) by zmcc-2-mta-1.zmailcloud.com (Postfix) with ESMTPSA id 28238C0A40; Mon, 5 Aug 2019 15:31:05 -0500 (CDT) Date: Mon, 05 Aug 2019 20:31:00 -0000 From: Quanah Gibson-Mount Reply-To: Quanah Gibson-Mount To: David Goldberg , cygwin@cygwin.com Subject: Re: Openldap 2.4.48-1 vs my company's pki Message-ID: In-Reply-To: References: <87ftmje5zb.fsf@Rainer.invalid> <874l2y4ulo.fsf@Rainer.invalid> <228DE7899A9CF9C913C8B1B8@192.168.1.39> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00060.txt.bz2 --On Monday, August 05, 2019 5:06 PM -0400 David Goldberg wrote: > Correct, openssl s_client works, as does the older build of ldapsearch. I > can't find any .ldaprc nor ldap.conf files on my system. > > Unfortunately I've only set up my system for end user purposes. Building > from source will be a challenge. Any guidance (a link is fine) on what > packages to install to set that up? And do I need to worry about the > .cygport and patch files in the source distribution or will configure pick > them up? I would start with executing ldapsearch with the -d -1 flag added in (full debugging) to see what the client is doing. I.e., if you're doing startTLS, then something like ldapsearch -x -ZZ -d -1 -H ldap:// -s base -b "" Or if you're using ldaps, then something like: ldapsearch -x -d -1 -H ldaps:// -s base -b "" Regards, Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple