Folks,
On my system running Solaris 10 U6 and Webstack Bundle 1.4 I've the following
problem:
PHP LDAPS Test File:
<?php
putenv ("LDAPTLS_REQCERT=allow");
$ds=ldap_connect("ldaps://<ldaps-server>");
if(!$ds) die("Unable to connect");
else $bind=ldap_bind($ds,"cn=Firstname
Lastname,ou=test,dc=domain,dc=com","paswd");
if($bind) echo "binded";
else echo "bind failure";
?>
Output:
# /opt/webstack/php/5.2/bin/php /tmp/php_ldap.test
Unable to connect
If I run this test on a other Solaris 10 U6 System witch the csw apache2 and
php/ldap/ssl enabled the binding is absolutely no problem.
Can anybody help me on this?
cheers
domi
--
This message posted from opensolaris.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: phpinfo_failed_system.JPG
Type: image/jpeg
Size: 155904 bytes
Desc: not available
URL:
<http://mail.opensolaris.org/pipermail/webstack-discuss/attachments/20090121/9176a0f9/attachment.jpe>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: phpinfo_ok_system.JPG
Type: image/jpeg
Size: 102020 bytes
Desc: not available
URL:
<http://mail.opensolaris.org/pipermail/webstack-discuss/attachments/20090121/9176a0f9/attachment-0001.jpe>