I have got php 4.0.4p1 configured with openssl 0.9.6
and ldap and I'm trying to get an ldap_connect to work
over ldaps as described in the ldap_connect
documentation.
I have no problem connecting using
ldap_connect(hostname) format but I do have a problem
with the URL format. This is what I am doing :-
$Host='ldaps://hostname/';
$ds=ldap_connect($Host);
What is wrong ?? any ideas ??
John
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]