nonzod/yii2-zend-ldap
Composer 安装命令:
composer require nonzod/yii2-zend-ldap
包简介
yii2 ldap extention (wrapper for zendframework/zend-ldap Module)
README 文档
README
Requirements
- Yii2
- LDAP support in PHP
Usage
The preferred way to install this extension is through Composer.
Either run
php composer.phar require nonzod/yii2-zend-ldap "0.0.7"
or add
"nonzod/yii2-zend-ldap": ">=0.0.7"
to the require section of your composer.json
Configuration
<?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"
统计信息
- 总下载量: 229
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1
- 更新时间: 2016-05-12