Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1743 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37232 invoked from network); 19 May 2003 22:26:44 -0000 Received: from unknown (HELO berzerk.gpcc.itd.umich.edu) (141.211.2.162) by pb1.pair.com with SMTP; 19 May 2003 22:26:44 -0000 Received: from timepilot.gpcc.itd.umich.edu (timepilot.gpcc.itd.umich.edu [141.211.2.206]) by berzerk.gpcc.itd.umich.edu (8.9.3p2/4.3-mailhub) with ESMTP id SAA23559 for ; Mon, 19 May 2003 18:26:44 -0400 (EDT) Received: from localhost (ngallahe@localhost) by timepilot.gpcc.itd.umich.edu (8.9.3p2/5.1-client) with ESMTP id SAA24449 for ; Mon, 19 May 2003 18:26:43 -0400 (EDT) Date: Mon, 19 May 2003 18:26:43 -0400 (EDT) X-X-Sender: ngallahe@timepilot.gpcc.itd.umich.edu To: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: LDAP bind option From: ngallahe@umich.edu (Nathaniel David Gallaher) Currently the call to ldap_bind only supports the method LDAP_AUTH_SIMPLE (as it is hardcoded in the php function definition). Can we put the method parameter (as see in the call to ldap_bind_s) back into the PHP function? I have an application that obtains x509 certs (securely) and I want to use them to bind to the LDAP server. ~Nathan