dev-master
9999999-devCakePHP plugin for mock Active Directory authentication
MIT
The Requires
- php >=5.5.0
- cakephp/cakephp ~3.0
The Development Requires
by Eric Lorentz
by Mike Cole
mock cakephp ldap ad authenticate
Wallogit.com
2017 © Pedro PelĂĄez
CakePHP plugin for mock Active Directory authentication
Extends CakePHP's built-in authentication types to offer form mock Active Directory authentication, (*1)
Install Active Directory Authentication by adding the following to your composer.json file:, (*2)
"require-dev": {
"dragonsguild/active-directory-authenticate-mock": "master"
}
Run composer's update command to download the plugin., (*3)
After installing with Composer, load the plugin:, (*4)
// add to config/bootstrap.php
Plugin::load('ActiveDirectoryAuthenticateMock');
CakePHP plugin for mock Active Directory authentication
MIT
mock cakephp ldap ad authenticate