Need help on Laravel and Active Directory intergration

Job ID: 33837119

Budget: $10 – $30 USD

I am facing a issue. if i will not get password field from AD then database will not carry that user password. During login, I will check AD record using username and password for user. that time if AD record found then i need to follow the Laravel login process to authenticate the user (which need to match email and password in user table).

i was tried to search. AD was keeping password in encrypted format. and it not provide password during ldap_search()

ldap_search function used to search user record on AD

i was already made AD_login($username,$password) function which will search the user and return true if user record found. but i need help on laravel login authentication for login into admin panel and establish session
Related categories: PHP Active Directory Laravel