simplesamlphp/simplesamlphp-module-ldap
最新稳定版本:v2.5.0
Composer 安装命令:
composer require simplesamlphp/simplesamlphp-module-ldap
包简介
A module that provides authentication against LDAP stores
关键字:
README 文档
README
This module provides authproc-filters and authentication sources for interaction with LDAP directories.
Installation
Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:
composer.phar require simplesamlphp/simplesamlphp-module-ldap:dev-master
where dev-master instructs Composer to install the master branch from the
Git repository. See the releases
available if you want to use a stable version of the module.
Next thing you need to do is to enable the module: in config.php,
search for the module.enable key and set ldap to true:
'module.enable' => [ 'ldap' => true, … ],
统计信息
- 总下载量: 6.3M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 9
- 推荐数: 1
其他信息
- 授权协议: LGPL-2.1-or-later
- 更新时间: 2019-03-22