https://bugs.openldap.org/show_bug.cgi?id=9259
Bug ID: 9259 Summary: PHP ldap_start_tls function does not work on Windows (No Official Documentation) Product: OpenLDAP Version: 2.4.44 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: libraries Assignee: bugs@openldap.org Reporter: auth1299@yahoo.com Target Milestone: ---
Created attachment 731 --> https://bugs.openldap.org/attachment.cgi?id=731&action=edit php function I wrote.
I am unable to get PHP function "ldap_start_tls" to work. I'm using PHP version 7.1.10 on windows 2016 server.
Documentation is at the link below but for windows, nothing works. https://www.php.net/manual/en/function.ldap-start-tls.php
I can't even get proper debug information to work which makes it impossible for me to resolve any issues. The only information I get back is this: LDAP RESULT: -11 - Connect error
Debug command I am using. ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);
I have attached the php function I am using.
https://bugs.openldap.org/show_bug.cgi?id=9259
--- Comment #1 from auth auth1299@yahoo.com --- Just to clarify, PHP is showing the ldap version as 20444
https://bugs.openldap.org/show_bug.cgi?id=9259
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- The OpenLDAP project has nothing to do with the PHP LDAP API work. The ITS system is for filing bug reports for OpenLDAP project items.
If you need help with how to correctly write your program, I would advise trying resources from the PHP project or perhaps the openldap-technical email list.
This ITS will be closed.
https://bugs.openldap.org/show_bug.cgi?id=9259
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED
https://bugs.openldap.org/show_bug.cgi?id=9259
--- Comment #3 from auth auth1299@yahoo.com --- thank you