You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
Upgraded from 5.1 to 6.1.5 as I am trying to update the application Laravel from 5.8. However, I am getting an issue with my development set-up.
Before I could use LDAP_LOGIN_FALLBACK=true + LDAP_AUTO_CONNECT=false and instead of attempting to connect to the LDAP it would just login straight away. But now it just throws a BindException Can't contact LDAP server. How can I turn this off locally so that I can continue to login without LDAP locally but can in production?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Upgraded from 5.1 to 6.1.5 as I am trying to update the application Laravel from 5.8. However, I am getting an issue with my development set-up.
Before I could use LDAP_LOGIN_FALLBACK=true + LDAP_AUTO_CONNECT=false and instead of attempting to connect to the LDAP it would just login straight away. But now it just throws a BindException Can't contact LDAP server. How can I turn this off locally so that I can continue to login without LDAP locally but can in production?
The text was updated successfully, but these errors were encountered: