Re: [PHP-DEV] LDAP bind option

2003-06-05 Thread Nathan Gallaher
On Wed, 4 Jun 2003, Stig Venaas wrote: On Wed, Jun 04, 2003 at 02:59:41AM -0400, Jon Parise wrote: On Mon, May 19, 2003 at 06:26:43PM -0400, Nathaniel David Gallaher wrote: Currently the call to ldap_bind only supports the method LDAP_AUTH_SIMPLE (as it is hardcoded in the php

Re: [PHP-DEV] LDAP bind option

2003-06-04 Thread Jon Parise
On Mon, May 19, 2003 at 06:26:43PM -0400, Nathaniel David Gallaher wrote: 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

Re: [PHP-DEV] LDAP bind option

2003-06-04 Thread Stig Venaas
On Wed, Jun 04, 2003 at 02:59:41AM -0400, Jon Parise wrote: On Mon, May 19, 2003 at 06:26:43PM -0400, Nathaniel David Gallaher wrote: 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