|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-06-28 13:03 UTC] twerner at fh-bingen dot de
Used Software:
Windows 2000 Advanced Server
Apache 1.3.24
PHP 4.2.1 Win32
When I use ldap_connect('ldap://hostname')
everything is working fine.
But when I use ldap_connect('ldaps://hostname')
the script just hangs (no error messages), it
doesn?t even stop when the max_execution_time is over.
I don?t think that the LDAP-Server is the problem,
because I am able to connect to it successfully over
ssl with an LDAP-browser.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 13:00:01 2025 UTC |
It is not clear, if after version 4.2.1, ldap is being compiled with ssl support for Windows. I am trying to use 4.3.1 binaries to connect to Active Directory; ldap_connect('ldap://hostname') works fine but I am not able to bind with a ldaps://hostname connection.