mattbrown/ldapauth
Composer 安装命令:
composer require mattbrown/ldapauth
包简介
An OpenLDAP authentication driver for Laravel 4.
README 文档
README
This is based off of Yuri Moens L4OpenLdap Provider
An OpenLDAP authentication driver for Laravel 4.
Installation
Add the following to your composer.json file.
require { "mattbrown/ldapauth": "1.*" }
composer update.
In app/config/app.php:
Add 'Mattbrown\Ldapauth\LdapauthServiceProvider' to providers array.
composer dump-auto
Open app/config/auth.php and change the authentication driver to ldap.
Configuration
Run php artisan vendor:publish --provider="Mattbrown\Ldapauth\LdapauthServiceProvider", then find app/config/ldap.php and adjust the config file for your LDAP settings.
Profit Dollars.
统计信息
- 总下载量: 257
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: WTFPL
- 更新时间: 2014-09-06