laravel-auth-ldap
laravel-auth-ldap copied to clipboard
Laravel 5 LDAP Authentication Driver
Results
2
laravel-auth-ldap issues
Sort by
recently updated
recently updated
newest added
Hi, I don't have any experience using LDAP authentication, can you provide an example? Also, I've just started to use Laravel 5 (I was working with the previous version) so...
Right now, all users are authenticated via the LDAP server. This is easily overridden with a custom `LaravelAuthLdap\Contracts\LdapUserProvider` implementation but it could be baked into the core as a configuration...
enhancement