Replies: 4 comments
-
Which PHP version are you using? The version of LDAP that was used, was the latest stable version available at the time of the PHP binary build. Tagging @crazywhalecc - maybe he knows something about the ldap configuration required for this. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I use PHP 8.2.16 and LDAP Version is OpenLDAP 20607 (result of php --ri ldap | grep Vendor) In Valet, the PHP with LDAP enabled was installed via Brew, so i colud modify the LDAP Configuration in /opt/homebrew/etc/openldap/ldap.conf and set the configuration to TLS_REQCERT never. Unfortunately, I don't know exactly how this could be tested without a local LDAP server. |
Beta Was this translation helpful? Give feedback.
-
Static builds of PHP shipped with Herd will not include binaries ( For ldap, static PHP can only use internal ldap related functions, such as |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Operating system version
macOS Sonoma 14.3.1
System architecture
ARM64 (M1, M2, etc)
Herd Version
1.4.1
PHP Version
No response
Bug description
With Laravel Valet and the OpenLDAP setting "TLS_REQCERT never", a connection to our test server with Self Signed Certificate could be established locally without any problems.
After switching to Herd, it no longer works. Which version of OpenLDAP was used for the build and is there a way to change this setting?
Steps to reproduce
Connect to an LDAP server with Self Signed Certificate.
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions