If I can't reach Ldap server, Does login_fallback option make me login?
Laravel Version: 5.7 Adldap2-Laravel Version: 6.x PHP Version: 7.1 LDAP Type: ActiveDirectory
Hi, I want to login whenever I can't reach my ldap server, so I change the config, In config/ldap_auth.php, 'login_fallback' option false to true.
but I can't still login. This package save the hash password, so I think this option makes me login using this hashed password. but.. I can't login. :(
I found out this. https://github.com/Adldap2/Adldap2-Laravel/issues/501
so I think you fixed. ah! I use auto_connect option true! Is this make matter?
If you are going to use login_fallback it will attempt to login to a local user, if you are going to login to a AD user that is saved locally I belive you will need to have password sync enabled so it actually hashes the password and not a random string.
I have some issue for v 6.0 fallback for login to database not working if can't reach the server, fallback (using database login) only work if you can connect to ldap server
Unfortunately I too can not login using the fallback option when the LDAP server is unreachable
I was able to login only using this workaround
Hi everyone -- I'd honestly suggest moving to LdapRecord-Laravel for this feature -- as it provides the exact functionality you are looking for 👍
Adldap2-Laravel is in a feature freeze, as LdapRecord-Laravel is the direct successor to this package.