nonzod/yii2-zend-ldap 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-2.1
  • 更新时间: 2016-05-12

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固