Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 82757 invoked from network); 6 Sep 2005 23:53:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2005 23:53:56 -0000 Received: (qmail 47931 invoked by uid 500); 6 Sep 2005 23:53:46 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 47920 invoked by uid 500); 6 Sep 2005 23:53:46 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 47905 invoked by uid 99); 6 Sep 2005 23:53:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2005 16:53:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [69.225.174.131] (HELO x.win.covalent.net) (69.225.174.131) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2005 16:53:58 -0700 Received: from [192.168.0.21] ([24.13.128.132]) by x.win.covalent.net over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Tue, 6 Sep 2005 16:52:28 -0700 Message-ID: <431E2BD9.5020400@rowe-clan.net> Date: Tue, 06 Sep 2005 18:52:57 -0500 From: "William A. Rowe, Jr." User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc3 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@httpd.apache.org References: <36A1887289D5054B9E23E551791F5FD80177D41C@kytgr05.corp.meander.nl> In-Reply-To: <36A1887289D5054B9E23E551791F5FD80177D41C@kytgr05.corp.meander.nl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Sep 2005 23:52:28.0828 (UTC) FILETIME=[0A12DDC0:01C5B33E] X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Question Apache2 LDAP with SSL Windows Active Directory X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Marc Jonkers wrote: > Hi, > > I am testing with LDAP auth to an AD. This works well with port 389, but > now I want it secure to I set port 636 (LDAPS). > > When I look at the error.log I see: > > [Mon Sep 05 13:51:45 2005] [warn] [client 10.10.20.110] [22408] > auth_ldap authenticate: user jonkm authentication failed; URI > /cgi-bin/smokeping.cgi [LDAP: ssl connections not supported][Unknown error] The answer is right there - ldaps: isn't supported by your build of APR. That might be changing in Apache 2.2 using the Win32 API. Another, more difficult solution is to roll openldap compiled using openssl options. But the last I looked, the openldap project ditched its win32-specific build schema so this might be a bit tricky. Bill --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org