Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4464 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53372 invoked by uid 1010); 13 Sep 2003 16:40:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53347 invoked from network); 13 Sep 2003 16:40:23 -0000 Received: from unknown (HELO magellan.cs.byu.edu) (128.187.168.24) by pb1.pair.com with SMTP; 13 Sep 2003 16:40:23 -0000 Received: from byu.net (cannons.dsl.xmission.com [166.70.38.37]) (authenticated bits=0) by magellan.cs.byu.edu (8.12.8/8.12.8) with ESMTP id h8DGbDhQ004203 for ; Sat, 13 Sep 2003 10:37:15 -0600 Message-ID: <3F63488B.2000404@byu.net> Date: Sat, 13 Sep 2003 10:40:43 -0600 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: LDIF library for PHP LDAP From: davidsmith@byu.net (David Smith) Howdy internals, My group is writing a PHP-based LDIF importer, something that the current PHP LDAP module is lacking compared to other LDAP APIs. It is implemented in PHP, so I am wondering if there would be interest in including it as native functionality within the LDAP module. I don't really know if any of PHP's native functions are actually implemented in PHP, so this may be completely off the wall. Let me know. --Dave