Are we sure LDAP is in PHP
I am a little confused, since I am unable to find a ldap function in the coolstack PHP, but it seems to be compiled in.
MY 5.2.1 compiled version:
--with-ldap=/opt/sfw
and
# /usr/local/php/bin/php --rfldap_connect
Function [ <internal>public function ldap_connect ]{
}
CoolStack 5.2.0 version:
--with-ldap=shared,/opt/coolstack
-with-ldap-sasl=yes
but
/opt/coolstack/php5/bin/php --rf ldap_connect
Exception: Function ldap_connect() does not exist
Thanks
Message was edited by:
birkbeck01

