2017 © Pedro Peláez
 

library ldap-auth-driver

An OpenLDAP authentication driver for Laravel 4.x

image

fgreinus/ldap-auth-driver

An OpenLDAP authentication driver for Laravel 4.x

  • Saturday, October 18, 2014
  • by fgreinus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 57 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

l4 OpenLDAP Auth Driver

An OpenLDAP authentication driver for Laravel 4., (*1)

Installation

Add the following to your composer.json file., (*2)

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

Run composer update., (*3)

Open app/config/app.php and add:, (*4)

fgreinus\LdapAuthDriver\LdapAuthDriverServiceProvider, (*5)

Open app/config/auth.php and change the authentication driver to ldap., (*6)

Configuration

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

It can be found in app/config/packages/fgreinus/ldap-auth-driver., (*8)

Thanks to yuri-moens and Diego Navarro, (*9)

The Versions

18/10 2014

dev-master

9999999-dev https://github.com/fgreinus/ldap-auth-driver

An OpenLDAP authentication driver for Laravel 4.x

  Sources   Download

WTFPL

The Requires

 

laravel authentication auth laravel 4 openldap l4

01/10 2014

2.0.x-dev

2.0.9999999.9999999-dev https://github.com/yuri-moens/l4-openldap

An OpenLDAP authentication driver for Laravel.

  Sources   Download

WTFPL

The Requires

 

by Yuri Moens

laravel authentication auth laravel 4 openldap l4

01/10 2014

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/yuri-moens/l4-openldap

An OpenLDAP authentication driver for Laravel.

  Sources   Download

WTFPL

The Requires

 

by Yuri Moens

laravel authentication auth laravel 4 openldap l4