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
  •  | 
  •  

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?

有帮助吗?

解决方案

You can use php ldap for that. ldap

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top