Got LDAP auth working to a functional state

This commit is contained in:
Dan Brown
2016-01-11 22:41:05 +00:00
parent 14ca31768c
commit 1c8c9e65c5
10 changed files with 175 additions and 45 deletions

View File

@ -3,7 +3,7 @@
Route::get('/test', function() {
// TODO - remove this
$service = new \BookStack\Services\LdapService();
$service->getUserDetails('ssmith');
dd($service->getUserDetails('ksmith'));
});
// Authenticated routes...