Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 99071 invoked from network); 26 Feb 2008 17:35:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2008 17:35:54 -0000 Received: (qmail 99127 invoked by uid 500); 26 Feb 2008 17:35:39 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 99109 invoked by uid 500); 26 Feb 2008 17:35:39 -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 99098 invoked by uid 99); 26 Feb 2008 17:35:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 09:35:39 -0800 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,URIBL_RHS_DOB X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harryholt@gmail.com designates 209.85.128.186 as permitted sender) Received: from [209.85.128.186] (HELO fk-out-0910.google.com) (209.85.128.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 17:35:06 +0000 Received: by fk-out-0910.google.com with SMTP id 26so3165783fkx.8 for ; Tue, 26 Feb 2008 09:35:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=fycv+uxoCBpTEb3DGjA3VZIjjbt9POYHc8AgwSEhEIs=; b=tf8xlys0ZHBPVz/4sABjL6n5IRSaghLttq4fO7HElqfdWER3nE2Wa2HQw3uAhegwl6Y1eEGJAE2YHVffotYjy9TI9lTR8EdVjXP214RUAcN9xWoKkdRCiImnmQFGpQ4pTFdg6hHA0o2/WmRiakhbPP9D8XZducRIocVHGaaaJT0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=O6o931gI3ZZfclC3L9kDgQZs/cAa1aRDoE7n/SXAhDOo7g9JFB44+Tdg7NugthlG1UeezESq90X2SdV05lIWGseLiyc+81wfHZywGqZa6zlrLg4SOArwwAid3Ym8TuGt+CD24XPROd2ph4bgURkWHcAZB/zz5A6VmJm/uzw9qUA= Received: by 10.82.190.2 with SMTP id n2mr9543954buf.13.1204047313732; Tue, 26 Feb 2008 09:35:13 -0800 (PST) Received: by 10.82.186.6 with HTTP; Tue, 26 Feb 2008 09:35:13 -0800 (PST) Message-ID: <7c8072a00802260935o3592534atbaf8d5a5bb080905@mail.gmail.com> Date: Tue, 26 Feb 2008 12:35:13 -0500 From: "Harry Holt" To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15106_11074101.1204047313731" X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] SSL LDAP Connections on Win32 ------=_Part_15106_11074101.1204047313731 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Okay, apparently, with the binary distribution of Apache 2.2 for Win32, it is not possible to initialize an SSL connection to an LDAP server using mod_ldap and mod_authnz_ldap. During startup I get: [info] LDAP: SSL support unavailable: LDAP: CA certificates cannot be set using this method, as they are stored in the registry instead. And if I try to initiate an SSL connection with an LDAP server I get: [warn] [client 127.0.0.1] [8048] auth_ldap authenticate: user vec02 authentication failed; URI /svn [LDAP: an attempt to set LDAP_OPT_SSL on failed.][Parameter Error] So, my questions: Am I crazy or is LDAP over SSL just not supported for this distribution? and If I'm not crazy, is there a binary distribution of aprutil-1.dll that will support this (that anyone knows of) or will I have to figure out how to compile it myself? I appreciate any info and pointers. Thx... HH -- Harry Holt, PMP ------=_Part_15106_11074101.1204047313731 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Okay, apparently, with the binary distribution of Apache 2.2 for Win32, it is not possible to initialize an SSL connection to an LDAP server using mod_ldap and mod_authnz_ldap.

During startup I get:

[info] LDAP: SSL support unavailable: LDAP: CA certificates cannot be set using this method, as they are stored in the registry instead.

And if I try to initiate an SSL connection with an LDAP server I get:

[warn] [client 127.0.0.1] [8048] auth_ldap authenticate: user vec02 authentication failed; URI /svn [LDAP: an attempt to set LDAP_OPT_SSL on failed.][Parameter Error]

So, my questions:

Am I crazy or is LDAP over SSL just not supported for this distribution?  and

If I'm not crazy, is there a binary distribution of aprutil-1.dll that will support this (that anyone knows of) or will I have to figure out how to compile it myself?

I appreciate any info and pointers.

Thx... HH

--
Harry Holt, PMP ------=_Part_15106_11074101.1204047313731--