This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Openldap 2.4.48-1 vs my company's pki
- From: Quanah Gibson-Mount <quanah at symas dot com>
- To: David Goldberg <dsg18096 at gmail dot com>, cygwin at cygwin dot com
- Date: Mon, 05 Aug 2019 13:31:03 -0700
- Subject: Re: Openldap 2.4.48-1 vs my company's pki
- References: <CAN9EdkY=zrEv31+PD8XXu9rVw4H_eXLEoMk5u=7H02Q1Xu7-Wg@mail.gmail.com> <87ftmje5zb.fsf@Rainer.invalid> <CAN9EdkYzh558w=CG3UkzgN0rg98eVx2V0BcdktEwVEW3dS1qCQ@mail.gmail.com> <874l2y4ulo.fsf@Rainer.invalid> <CAN9EdkYG1aFnaMAPM3jg=0psRoiS1rF7Hze618UYj1mHByjKbg@mail.gmail.com> <228DE7899A9CF9C913C8B1B8@192.168.1.39> <CAN9Edkbv6ZaHyLs3MVyYapgYa3XiXU2D+kr8o2zTCJivk8h0-w@mail.gmail.com>
- Reply-to: Quanah Gibson-Mount <quanah at symas dot com>
--On Monday, August 05, 2019 5:06 PM -0400 David Goldberg
<dsg18096@gmail.com> 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://<FQDN> -s base -b ""
Or if you're using ldaps, then something like:
ldapsearch -x -d -1 -H ldaps://<FQDN> -s base -b ""
Regards,
Quanah
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>
--
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