Package Data | |
---|---|
Maintainer Username: | bbrink68 |
Maintainer Contact: | yuri.moens@gmail.com (Yuri Moens) |
Package Create Date: | 2014-09-06 |
Package Last Update: | 2017-02-28 |
Language: | PHP |
License: | WTFPL |
Last Refreshed: | 2024-12-19 03:22:53 |
Package Statistics | |
---|---|
Total Downloads: | 256 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This is based off of Yuri Moens L4OpenLdap Provider
An OpenLDAP authentication driver for Laravel 4.
Add the following to your composer.json
file.
require {
"mattbrown/ldapauth": "1.*"
}
composer update
.
In app/config/app.php
:
Add 'Mattbrown\Ldapauth\LdapauthServiceProvider'
to providers array.
composer dump-auto
Open app/config/auth.php
and change the authentication driver to ldap
.
Run php artisan vendor:publish --provider="Mattbrown\Ldapauth\LdapauthServiceProvider"
, then find app/config/ldap.php
and adjust the config file for your LDAP settings.
Profit Dollars.