Can I have users of my PHP/SQL/HTML/Javascript application login through my windows domain controller [closed]

StackOverflow https://stackoverflow.com/questions/16441974

  •  14-04-2022
  •  | 
  •  

Question

I currently have an application I have built that the users login by retrieving the username and password from a MS SQL table with user info, we were thinking that once we implement a Windows Server Domain Controller, it would be better to let the sever do the authentication part rather than storing it in the database and comparing login info there and just passing back a true or false if the login was successful.

Is this possible or should we stick with the PHP SQL method?

Était-ce utile?

La solution

You can use php ldap for that. ldap

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top