mattbrown / ldapauth
An OpenLDAP authentication driver for Laravel 4.
Installs: 257
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mattbrown/ldapauth
Requires
- php: >=5.3.0
- illuminate/support: ~5
This package is not auto-updated.
Last update: 2025-10-07 07:34:11 UTC
README
This is based off of Yuri Moens L4OpenLdap Provider
An OpenLDAP authentication driver for Laravel 4.
Installation
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
.
Configuration
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.