Adldap2 / Adldap2-Laravel

LDAP Authentication & Management for Laravel
MIT License
911 stars 184 forks source link

Error updating to V6 from V5 #915

Open sambenne opened 3 years ago

sambenne commented 3 years ago

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?