[PHP] LDAP question

2002-03-07 Thread Sven Jacobs
Hey I'm testing LDAP and I seem to have an error Call undefined function ldap_connect() the code is from php.net Can anybody tell me what I'm doing wrong :-)

Re: [PHP] LDAP question

2002-03-07 Thread Billy Halsey
You don't seem to have LDAP support compiled into PHP. Try running ?php phpinfo(); ? and make sure that you have ldap support. /bsh/ Sven Jacobs wrote: Hey I'm testing LDAP and I seem to have an error Call undefined function ldap_connect() the code is from php.net Can

[PHP] LDAP question PLEASE help me.

2001-07-17 Thread Johan Vikerskog (ECS)
People! I am getting nuts here about this thing i am working on right now. I am trying to get make a ldap php script that get information about a user. I can connect to the ldap server and get response on how many entries that was found. But how do i print out something of use. I mean. How do

Re: [PHP] LDAP question PLEASE help me.

2001-07-17 Thread Reuben D Budiardja
Use ldap_get_entries. See here: http://www.php.net/manual/en/function.ldap-get-entries.php Check the bottom of your code, I put something in there. On Tuesday 17 July 2001 07:27 am, Johan Vikerskog (ECS) wrote: People! echo h3LDAP query test/h3; echo Connecting ...;

[PHP] Ldap question

2001-04-25 Thread Mike Tuller
I am trying to pull info from an Exchange LDAP server to make a dynamically created phonebook, and am having trouble with one field. I think the problem is that the script I have has everything pulled in an array, and all but the field I am having problems with are strings. The telephoneNumber