> > Did I forget anything?
>
> You've installed the proper php5-ldap package for your arch / version?
yes (all from packages)
> You've restarted apache after running phpxs?

Does phpinfo show ldap support?

make a script that just has
<?
print phpinfo();
?>

and open it from a browser,

If ldap support doesn't show there, try typing from command line:
$ php
<?
print phpinfo();
?>
^d

and see if ldap support shows there.

If it shows up when run from CLI, but not from web browser, try a hard
stop of apache and restart it.

If that still doesn't do it, check /var/www/conf/php.ini for ldap support.

--Bryan

Reply via email to