sql server - is it possible to have windows authentication on a php site? -
this question has answer here:
- using windows authentication php? 4 answers
we running internal website on php 5.2 iis.
currently each user assigned login. login information authorized php confirming information against sql server database table.
php sends select statements sql server using sql server authentication.
we keep sql server authentication; however, want users able onto site using windows authentication.
how can implement windows authentication on php site?
you use ldap bindings php achieve this.
here example implementing using ldap_bind php extension.
what example achieves using active directory authenticate clients against directory service providing list of registered user on active directory domain.
Comments
Post a Comment