Skip to content

Conversation

@nrundle
Copy link
Contributor

@nrundle nrundle commented Sep 26, 2024

Fixes #421

I replaced all uses of the deprecated function:

ldap_connect(?string $host = null, int $port = 389)

with the non-deprecated equivalent function:

ldap_connect(?string $uri = null)

@effgarces effgarces merged commit 11aa388 into LibreBooking:develop Sep 30, 2024
@nrundle nrundle deleted the bugfix-ldap_connect_deprecated branch September 30, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use of deprecated ldap_connect function break API authentication

2 participants