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

fgreinus/ldap-auth-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An OpenLDAP authentication driver for Laravel 4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%