Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to design a login page using PHP which takes password as the default password of the machine login i.e. the password that the user enters when he/she logins to his/her computer.

Also the username should be the username the user uses to login to his system.

Is it possible using PHP? How can I do it?
Posted
Comments
Sergey Alexandrovich Kryukov 15-Jan-13 1:13am    
In depends on — password of what?
—SA

1 solution

It looks like you might need LDAP. Please see:
http://us2.php.net/ldap[^],
http://www.devshed.com/c/a/PHP/Using-PHP-With-LDAP-part-1/[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900