2017 © Pedro Peláez
 

library laravel-ldapauth

Basic ldap authentication for laravel

image

ykocaman/laravel-ldapauth

Basic ldap authentication for laravel

  • Friday, February 9, 2018
  • by ykocaman
  • Repository
  • 1 Watchers
  • 2 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 13 % Grown

The README.md

laravel-ldapauth

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*1)

This is LDAP authentication package for Laravel 5.5, (*2)

Install

1- Via Composer, (*3)

``` bash $ composer require "ykocaman/laravel-ldapauth:0.*", (*4)


2- After installing, copy config and migration file to root. ``` bash $ php artisan vendor:publish

3- Run migrate function, (*5)

``` bash $ php artisan migrate, (*6)


4- For ldap connection parameters, edit `app/config/ldapauth.php` or add to `.env` (there is an example .env in config directory) 5- Set `driver` of provider from `eloquent` to `ldap` at `app/config/auth.php` (line 69)
  1. 'providers' => [
  2. 'users' => [
  3. 'driver' => 'ldap',
  4. 'model' => App\User::class,
  5. ], ``` 6- That's all.

Note: You can change login_type of any user which you want to normal for standart login at users table in database., (*7)

Change log

Please see CHANGELOG for more information on what has changed recently., (*8)

Security

If you discover any security related issues, please email yusuf.kocaman@msn.com instead of using the issue tracker., (*9)

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

09/02 2018

dev-master

9999999-dev https://github.com/Ykocaman/LdapAuth

Basic ldap authentication for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication ldap ldapauth

09/02 2018

0.0.2

0.0.2.0 https://github.com/Ykocaman/LdapAuth

Basic ldap authentication for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication ldap ldapauth

09/02 2018

0.0.1

0.0.1.0 https://github.com/Ykocaman/LdapAuth

Basic ldap authentication for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel authentication ldap ldapauth