dev-master
9999999-dev https://github.com/lucasvscn/laravel-ldap-authLDAP driver for Laravel auth.
MIT
The Requires
- ext-ldap *
- illuminate/support ^5.3
- php >=5.6.9
by Lucas Vasconcelos
laravel auth ldap
LDAP driver for Laravel auth.
Simple Laravel auth driver for LDAP., (*1)
Allows to connect into a LDAPv3.0 server to check user's credentials., (*2)
Add service provider to file config/app.php
, (*3)
LucasVscn\LDAP\ServiceProvider::class,
Change your config/auth.php
to work with 'ldap' driver:, (*4)
'providers' => [ 'users' => [ 'driver' => 'ldap', 'model' => App\User::class, 'host' => '0.0.0.0', 'domain' => 'yourdomain.com.br', ], ],
LDAP driver for Laravel auth.
MIT
laravel auth ldap