Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29168 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25465 invoked by uid 1010); 4 May 2007 13:30:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25450 invoked from network); 4 May 2007 13:30:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2007 13:30:28 -0000 Received: from [127.0.0.1] ([127.0.0.1:26374]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id A2/11-17046-4753B364 for ; Fri, 04 May 2007 09:30:28 -0400 Authentication-Results: pb1.pair.com header.from=conrad@novagrove.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=conrad@novagrove.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain novagrove.com from 209.61.189.116 cause and error) X-PHP-List-Original-Sender: conrad@novagrove.com X-Host-Fingerprint: 209.61.189.116 ns1.sandpit.org FreeBSD 4.6-4.9 Received: from [209.61.189.116] ([209.61.189.116:1230] helo=mail.netizen.co.za) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/91-14501-D1AFA364 for ; Fri, 04 May 2007 05:17:19 -0400 Received: from s75059.jamwarehouse.com ([83.138.146.116] helo=[127.0.0.1]) by mail.netizen.co.za with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Hjtua-000Mhw-3e; Fri, 04 May 2007 04:17:14 -0500 Message-ID: <463AFA11.4070301@novagrove.com> Date: Fri, 04 May 2007 11:17:05 +0200 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: internals@lists.php.net, conrad@knowledgetree.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 83.138.146.116 X-SA-Exim-Mail-From: conrad@novagrove.com X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on server1.netizen.co.za X-Spam-Status: No, score=-1.3 required=5.0 tests=ALL_TRUSTED,AWL autolearn=disabled version=3.1.7 X-Spam-Level: X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail.netizen.co.za) Subject: ldap extension From: conrad@novagrove.com (Conrad Vermeulen) Hi, I contacted Stig Venaas who is listed in the php/EXTENSIONS file as being the maintainer of the LDAP extension. I have some patches I would like to provide/apply so that the extension supports LDAP + TLS a little better. Currently there is no way to deal with certificates programatically, and must rely on config files located on the file system that can be difficult to handle in general installation scenarios. Could you please advise how I can go about updating this extension? Regards, Conrad