dev-master
9999999-devAn openldap auth driver for Laravel 5.
MIT
The Requires
by kcchung
laravel auth openldap
dev-cscc
dev-csccAn openldap auth driver for Laravel 5.
MIT
The Requires
by kcchung
laravel auth openldap
Wallogit.com
2017 © Pedro Peláez
An openldap auth driver for Laravel 5.
An OpenLDAP authentication driver for Laravel 5., (*1)
Add to composer.json and install with composer install / composer update., (*2)
{
require: {
"kcchung/l5-openldap-auth": "dev-master"
}
}
Open your config/app.php file and add the service provider to the providers array., (*3)
kcchung\L5OpenldapAuth\LdapAuthServiceProvider::class
Update your config/auth.php to use ldap driver., (*4)
'driver' => 'ldap'
Manually create a config/ldap.php file and add the following:, (*5)
'ldaps://example.com',
'rdn' => 'ou=System,dc=example,dc=com', // rdn used by the user configured below, optional
'version' => '3', // LDAP protocol version (2 or 3)
'basedn' => 'ou=People,dc=example,dc=com', // basedn for users
'login_attribute' => 'uid', // login attributes for users
];
?>
If you wish to add your own functions, just modify any of the classes., (*6)
Created by Kuan-Chien Chung(kcchung), (*7)
An openldap auth driver for Laravel 5.
MIT
laravel auth openldap
An openldap auth driver for Laravel 5.
MIT
laravel auth openldap