ldap_bind PHP authentication -


i trying authenticate users against active directory php access web page.

ldap_bind works fine users setup "logon workstations" set "all computers" in active directory not users setup computer name in "the following computers" option allows them log on own pc.

is there way authenticate if users username/password combination correct , not have check computers can log on to?

if understand question correctly, trying allow manual authentication users not automatically logged in.

i have similar setup on company's intranet, if user not automatically authenticated presented login form submits controller uses adldap library pass username , password ldap server authentication.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -