Re: [PHP] Re: Can' connect to ldap server

2001-09-12 Thread Andre Konopka
-- Use [EMAIL PROTECTED] Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original Message - From: Andre Konopka [EMAIL PROTECTED] Newsgroups: php.general To: [EMAIL PROTECTED] Sent: Monday, September

[PHP] Can' connect to ldap server

2001-09-10 Thread Andre Konopka
Hi I compiled PHP_4.0.6 with LDAP support (openldap-2.0.12) without any problems, but I can't connect to my locally running LDAP-Server. The whole thing is running on a HP-UX11 box. Here are my very simple two lines of code: $ds=ldap_connect (localhost); print connect result is .$ds.BR;