hello.
Is it possible to to use the user account information on an NT domain as user accounts to log into a website with php?
For example, say my NT system has 2 user accounts on it, "bob" and "joe"
I want to be able make it so bob and joe can log onto my php-based website using the passwords and usernames from their NT accounts.
The PHP would need to be able to talk to NT to get login information similar to the way i would get it from a database.
thanks.