mattbrown/ldapauth

An OpenLDAP authentication driver for Laravel 5.
257 1
Install
composer require mattbrown/ldapauth
Latest Version:2.6
PHP:>=5.3.0
License:WTFPL
Last Updated:Feb 28, 2017
Links: GitHub  ·  Packagist
Maintainer: bbrink68

LDAP Authentication

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.

Related Packages

wells/l4-ldap-ntlm

An LDAP/Active Directory/NTLM authentication driver for Laravel 4.

3,929 25
ymo/l4-openldap

An OpenLDAP authentication driver for Laravel.

316 6
sarav/laravel-multiauth

A Simple Laravel Package for handling multiple authentication

31,092 50
sroutier/eloquent-ldap

A Laravel package that first tries to log the user against the internal database...

8,720 20
restricted/authchain

Laravel 4 chain authentication (LDAP, IMAP, IP, Eloquent)

100 5