-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
Hi everyone i hope all of you be healthy, So i want to make the login authentication using LDAP and the problem is creating the own model, Controller. Okay here's my own route:
Action Login / Logout
Route::post('/doLogin','AdminController@doLogin');
Route::get('/doLogout','AdminController@doLogout');
Route::get('/','AdminController@index');
Route::get('/menu','AdminController@menu');
here's my own blade:
@include('head')webGIS
{!! Form::open(['method' => 'post', 'action' => 'AdminController@doLogin', 'class' => 'form-horizontal']) !!}
{!! Form::submit('Log In', ['class' => 'btn btn-info btn-block']) !!}
© 2016 - {{ date("Y") }} PSG
the problem is i dont how to connect the ldap from .env or perhaps how to an Active Directory ldap model and the controller in laravel so i can autenticate the ldap very well. Your Assistance is really helpful
Thank you guys
Metadata
Metadata
Assignees
Labels
No labels