Skip to content
This repository has been archived by the owner on Jul 26, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 701 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 701 Bytes

l4 OpenLDAP Auth Driver

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