Download the PHP package maximilianoraul/yii2-openldap-user without Composer
On this page you can find all versions of the php package maximilianoraul/yii2-openldap-user. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maximilianoraul/yii2-openldap-user
More information about maximilianoraul/yii2-openldap-user
Files in maximilianoraul/yii2-openldap-user
Download maximilianoraul/yii2-openldap-user
More information about maximilianoraul/yii2-openldap-user
Files in maximilianoraul/yii2-openldap-user
Vendor maximilianoraul
Package yii2-openldap-user
Short Description Enable the use of OpenLDAP to authenticate users
License GPL-3.0
Package yii2-openldap-user
Short Description Enable the use of OpenLDAP to authenticate users
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package yii2-openldap-user
Yii2 OpenLDAP Auth
Enable the use of OpenLDAP to authenticate users
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by:
Add in your config (config/web.php for the basic app):
'components' => [
//...
'user' => [
'identityClass' => 'MaximilianoRaul\OpenLdap\model\User',
],
//...
'openldap' => [
'class' => 'MaximilianoRaul\OpenLdap\Openldap',
'host' => "ldap.example.int",
'protocol' => "ldap",
'port' => 389,
'baseDn' => "dc=example,dc=int",
'ldapVersion' => 3,
],
//...
All versions of yii2-openldap-user with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
~2.0.0
The package maximilianoraul/yii2-openldap-user contains the following files
Loading the files please wait ...