org_heigl/zendldapbundle
最新稳定版本:1.0.0
Composer 安装命令:
composer require org_heigl/zendldapbundle
包简介
Use Zend\Ldap in Symfony
README 文档
README
This bundle integrates ZendLdap into Symfony
Nothing more, nothing less!
Usage
You can use it via `$ldap = $this->get('ldap');`
Configuration
Configure it by adding the following keys and their appropriate vaues to your
`parameters.yml` file:
- ldap_host: Your LDAP-Server
- ldap_username: The username to connect to the ldap for read-queries. Might be "null" for anonymous access
- ldap_password: The password of that same ldap-user. Might be "null" for anonymous access
- ldap_baseDn: The base-DN of your LDAP-server
统计信息
- 总下载量: 9.86k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-03