2017 © Pedro Peláez
 

yii2-extension yii2-zend-ldap

yii2 ldap extention (wrapper for zendframework/zend-ldap Module)

image

nonzod/yii2-zend-ldap

yii2 ldap extention (wrapper for zendframework/zend-ldap Module)

  • Tuesday, April 12, 2016
  • by nonzod
  • Repository
  • 1 Watchers
  • 1 Stars
  • 80 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 13 % Grown

The README.md

Yii2 Zend Ldap wrapper

Requirements

  • Yii2
  • LDAP support in PHP

Usage

The preferred way to install this extension is through Composer., (*1)

Either run, (*2)

php composer.phar require nonzod/yii2-zend-ldap "0.0.7", (*3)

or add, (*4)

"nonzod/yii2-zend-ldap": ">=0.0.7", (*5)

to the require section of your composer.json, (*6)

Configuration, (*7)

<?php
...
  'components' => [
    'ldap' => [
      'class' => 'nonzod\Ldap',
      'config' => [
        'host' => 'localhost',
        'port' => 389,
        'username' => 'CN=admin,DC=example,DC=com',
        'password' => 'SuperSecretPassword',
        'bindRequiresDn' => true,
        'baseDn' => 'OU=People,DC=example,DC=com',
        'accountDomainName' => 'example.com'
      ]
    ],
  ...

Resources


THANKS TO: "Matthias Maderer" this module is inspired by his project "edvlerblog/yii2-adldap-module", (*8)

The Versions

12/04 2016

dev-master

9999999-dev http://www.digisin.it

yii2 ldap extention (wrapper for zendframework/zend-ldap Module)

  Sources   Download

LGPL-2.1

The Requires

 

yii2 ldap zendframework zend-ldap

12/04 2016

0.0.1

0.0.1.0 http://www.digisin.it

yii2 ldap extention (wrapper for zendframework/zend-ldap Module)

  Sources   Download

LGPL-2.1

The Requires

 

yii2 ldap zendframework zend-ldap

12/04 2016

0.0.2

0.0.2.0 http://www.digisin.it

yii2 ldap extention (wrapper for zendframework/zend-ldap Module)

  Sources   Download

LGPL-2.1

The Requires

 

yii2 ldap zendframework zend-ldap

12/04 2016

0.0.3

0.0.3.0 http://www.digisin.it

yii2 ldap extention (wrapper for zendframework/zend-ldap Module)

  Sources   Download

LGPL-2.1

The Requires

 

yii2 ldap zendframework zend-ldap

12/04 2016

0.0.5

0.0.5.0 http://www.digisin.it

yii2 ldap extention (wrapper for zendframework/zend-ldap Module)

  Sources   Download

LGPL-2.1

The Requires

 

yii2 ldap zendframework zend-ldap

12/04 2016

0.0.6

0.0.6.0 http://www.digisin.it

yii2 ldap extention (wrapper for zendframework/zend-ldap Module)

  Sources   Download

LGPL-2.1

The Requires

 

yii2 ldap zendframework zend-ldap

12/04 2016

0.0.7

0.0.7.0 http://www.digisin.it

yii2 ldap extention (wrapper for zendframework/zend-ldap Module)

  Sources   Download

LGPL-2.1

The Requires

 

yii2 ldap zendframework zend-ldap