fgreinus/ldap-auth-driver

This package is abandoned and no longer maintained. No replacement package was suggested.

An OpenLDAP authentication driver for Laravel 4.x

dev-master 2014-10-18 00:40 UTC

This package is auto-updated.

Last update: 2020-01-25 16:22:18 UTC


README

An OpenLDAP authentication driver for Laravel 4.

Installation

Add the following to your composer.json file.

require {
	"fgreinus/ldap-auth-driver": "dev-master"
}

Run composer update.

Open app/config/app.php and add:

fgreinus\LdapAuthDriver\LdapAuthDriverServiceProvider

Open app/config/auth.php and change the authentication driver to ldap.

Configuration

Run php artisan config:publish fgreinus/ldap-auth-driver and adjust the config file for your LDAP settings.

It can be found in app/config/packages/fgreinus/ldap-auth-driver.

Thanks to yuri-moens and Diego Navarro