/adauth

Primary LanguagePHPMIT LicenseMIT

adauth

An Active Directory authentication driver for Laravel 4.

Installation

  1. Open app/config/app.php and add:

Unm\Adauth\AdauthServiceProvider

  1. Publish a configuration file:

php artisan config:publish unm/adauth

  1. Open app/config/auth.php and change driver to adauth.

Usage

Todo

Credits

Inspiration taken from: https://github.com/wells/l4-ldap-ntlm