ID:               19494
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         LDAP related
 Operating System: Linux 2.4.17
 PHP Version:      4.2.2 and 4.3.0-dev
 New Comment:

It's most likely some problem with your ldap server.
Have you tried to connect to some public ldap server?

Also, try adding 'echo ldap_error($ds);' after the ldap_connect()
call.




Previous Comments:
------------------------------------------------------------------------

[2002-09-19 06:44:31] [EMAIL PROTECTED]

My script calls 
$ds=ldap_connect("my.ldap.server");
ldap_bind($ds); // or ldap_bind($ds,$my_user_dn,$my_user_pass)

I expected PHP to return TRUE on ldap_connect()

It gave me: "Warning: ldap_bind(): Unable to bind to server: Can't
contact LDAP server"

PHP Version 4.3.0-dev
Configure Command  './configure' '--with-mysql'
'--with-apxs=/usr/local/apache/bin/apxs' '--with-ldap'

MySQL Support enabled
Active Persistent Links 1
Active Links 1
Client API version 3.23.49
MYSQL_MODULE_TYPE builtin
MYSQL_SOCKET /tmp/mysql.sock

LDAP Support enabled
RCS Version $Id: ldap.c,v 1.128 2002/09/05 11:22:20 hyanantha Exp $
Total Links 0/unlimited
API Version 2004
Vendor Name OpenLDAP
Vendor Version 20015

------------------------------------------------------------------------

[2002-09-19 05:37:30] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




------------------------------------------------------------------------

[2002-09-19 05:02:08] [EMAIL PROTECTED]

Alos Tested with 4.3.0-dev.

$ds=ldap_connect("myserver") works var_dump($ds) gives "resource(X) of
type (ldap link)"
ldap_bind returns "Warning: ldap_bind(): Unable to bind to server:
Can't contact LDAP server".
The LDAP Server (OpenLdap) always shows an anonymous bind no matter if
i bind with user or not. After each bind i get a mysql-service-lookup
on that connection. Maybe something 
like in bug #17350 with oracle ?

Chris

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19494&edit=1

Reply via email to