Adldap2-Laravel
Adldap2-Laravel copied to clipboard
LDAP Authentication & Management for Laravel
Login works, but automatic user import do not works. ``` /** * workaround for two factor auth */ class LaravelLdapUserProvider extends DatabaseUserProvider { public function validateCredentials(Authenticatable $model, array $credentials) {...
I need to use it with gc:// connection but how to handle it with that?
- Laravel Version: 7 - Adldap2-Laravel Version: 6.0.9 - PHP Version: 7.3.16 - LDAP Type: ActiveDirectory ### Description: I want to use the NoDatabaseUserProvider which returns the Adldap\Models\User model. On...
- Laravel Version: 5.5 - Adldap2-Laravel Version: 10.3.2 - PHP Version: 7.1 - LDAP Type: ### Description: I am creating a phone list via LDAP and I cannot get the...
- Laravel Version: 7.x - Adldap2-Laravel Version: latest - PHP Version: 7.4 - LDAP Type: ActiveDirectory I recently did a huge upgrade going from Laravel 5 to the last branch...
- Laravel Version: 7.16.1 - Adldap2-Laravel Version: 6.1.4 - PHP Version: 7.3.21 - LDAP Type: ActiveDirectory ### Description: Hi, my name is George. How to connect to LDAP Server with...
- Laravel Version: 8.15.0 - Adldap2-Laravel Version: 6.1.4 - PHP Version: 7.4.11 - LDAP Type: OpenLDAP ### Description: I have three separate guards: admin, employee and trainer. Admin and Trainer...
- Laravel Version: 6.0 - Adldap2-Laravel Version: 6.0 - PHP Version: 7.2 - LDAP Type: ActiveDirectory ### Description: Hi. We are using AdLdap2 to log into ActiveDirectory via **DatabaseUserProvider**. Users...
- Laravel Version: #5.8.31# - Adldap2-Laravel Version: #6.0# - PHP Version: #7.4.11# - LDAP Type: ActiveDirectory ### Description: I have your package working with users authenticating using their Email Address....
- Laravel Version: v5.6.39 - Adldap2-Laravel Version: v6.0.7 - PHP Version: 7.2.8 - LDAP Type: OpenLDAP First of all, thank you for this awesome package! ### Description: We run a...