2017 © Pedro Peláez
 

library ldaplookup

LdapLookup is a tool to lookup entries in LDAP For Laravel 5.1+

image

maenbn/ldaplookup

LdapLookup is a tool to lookup entries in LDAP For Laravel 5.1+

  • Thursday, February 8, 2018
  • by maen-bn
  • Repository
  • 1 Watchers
  • 5 Stars
  • 2,243 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 1 % Grown

The README.md

# LDAP Lookup

LDAP lookup is a simple LDAP entries lookup provider for use with in Laravel 5.1 +, (*1)

Installation

The tool requires you have PHP 5.5.9+ and Composer., (*2)

To get the version of LDAP lookup that works with Laravel 5.1, add the following line to your composer.json file:, (*3)

"maenbn/ldaplookup": "1.1.*"

Other wise for Laravel 5.2 add the following instead:, (*4)

"maenbn/ldaplookup": "1.2.*"

Then run composer install or composer update to install., (*5)

You will also need to register the service provider by going into config/app.php and add the following to the providers key:, (*6)

'Maenbn\LdapLookup\LdapLookupServiceProvider'

And you can also register the facade in the `aliases key in the same file like so:, (*7)

'LdapLookup' => 'Maenbn\LdapLookup\Facades\LdapLookup'

Configuration

A configuration for your LDAP server is required for the LdapLookup to work. First publish all vendor assets:, (*8)

$ php artisan vendor:publish

which will create a config/ldaplookup.php file in your app where you can modify it to reflect your LDAP server hostname, port, baseDn, bindRdn, and bindPassword. You can also specify options in an array for your LDAP connection via the options key in the config file., (*9)

Add the following lines in your .env file:, (*10)

LDAP_HOSTNAME=ldap.domain.com
LDAP_BASE_DN=dc=domain,dc=com
LDAP_BIND_RDN=cn=admin,dc=domain,dc=com
LDAP_BIND_PASSWORD=admin
LDAP_VERSION=3

Usage

You can search for an indivdual user by carrying out the following:, (*11)

//Find the user with the test123 username
LdapLookup::getByUid('test123'); // will return an array

You can also run your own custom search by doing the following:, (*12)

LdapLookup::runSearch('mail=test*','first'); // will return first entry
LdapLookup::runSearch('mail=test*'); // will return all entries

The Versions

08/02 2018

dev-master

9999999-dev

LdapLookup is a tool to lookup entries in LDAP For Laravel 5.1+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ben Norcombe

laravel framework ldap lookup ldap lookup ldaplookup laravel ldaplookup laravel-ldaplookup ben norcombe bennorcombe

01/07 2016

v1.1.x-dev

1.1.9999999.9999999-dev

LdapLookup is a tool to lookup entries in LDAP For Laravel 5.1+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ben Norcombe

laravel framework ldap lookup ldap lookup ldaplookup laravel ldaplookup laravel-ldaplookup ben norcombe bennorcombe

01/07 2016

v1.1.2

1.1.2.0

LdapLookup is a tool to lookup entries in LDAP For Laravel 5.1+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ben Norcombe

laravel framework ldap lookup ldap lookup ldaplookup laravel ldaplookup laravel-ldaplookup ben norcombe bennorcombe

01/07 2016

v1.1.1

1.1.1.0

LdapLookup is a tool to lookup entries in LDAP For Laravel 5.1+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ben Norcombe

laravel framework ldap lookup ldap lookup ldaplookup laravel ldaplookup laravel-ldaplookup ben norcombe bennorcombe

01/07 2016

v1.2.1

1.2.1.0

LdapLookup is a tool to lookup entries in LDAP For Laravel 5.1+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ben Norcombe

laravel framework ldap lookup ldap lookup ldaplookup laravel ldaplookup laravel-ldaplookup ben norcombe bennorcombe

30/06 2016

v1.2.0

1.2.0.0

LdapLookup is a tool to lookup entries in LDAP For Laravel 5.1+

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ben Norcombe

laravel framework ldap lookup ldap lookup ldaplookup laravel ldaplookup laravel-ldaplookup ben norcombe bennorcombe

23/07 2015

v1.1.0

1.1.0.0

LdapLookup is a tool to lookup entries in LDAP For Laravel 5.1 LTS

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ben Norcombe

laravel framework ldap lookup ldap lookup ldaplookup laravel ldaplookup laravel-ldaplookup ben norcombe bennorcombe

23/07 2015

v1.0.1

1.0.1.0

LdapLookup is a tool to lookup entries in LDAP For Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ben Norcombe

laravel framework ldap lookup ldap lookup ldaplookup laravel ldaplookup laravel-ldaplookup ben norcombe bennorcombe

23/07 2015

v1.0

1.0.0.0

LdapLookup is a tool to lookup entries in LDAP For Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ben Norcombe

laravel framework ldap lookup ldap lookup ldaplookup laravel ldaplookup laravel-ldaplookup ben norcombe bennorcombe