ymo / l4-openldap
An OpenLDAP authentication driver for Laravel 4.
Installs: 316
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 3
pkg:composer/ymo/l4-openldap
Requires
- php: >=5.3.0
 - illuminate/support: ~4|~5
 
This package is not auto-updated.
Last update: 2025-10-25 19:04:42 UTC
README
An OpenLDAP authentication driver for Laravel 4.
Installation
Add the following to your composer.json file.
require {
	"ymo/l4-openldap": "dev-master"
}
Run composer update.
Open app/config/app.php and add:
Ymo\L4OpenLdap\L4OpenLdapServiceProvider
Open app/config/auth.php and change the authentication driver to ldap.
Configuration
Run php artisan config:publish ymo/l4-openldap and adjust the config file for your LDAP settings.
It can be found in app/config/packages/ymo/l4-openldap.