You don't seem to have LDAP support compiled into PHP. Try running
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 anybody tell me what
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 "LDAP query test";
> echo "Connecting ...";
> $ds=ldap_connect("loc
2 matches
Mail list logo