You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
This discussion was converted from issue #727 on July 09, 2024 14:39.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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')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
Beta Was this translation helpful? Give feedback.
All reactions