Hello,
I was wondering, is it possible to verify the authentication against the system, instead of a textfile or a database.
Let me give an example to explain myself :
When somebody authorises (using PHP_AUTH_USER) i want to let php check if this user (and his passwoord) is a valid user on the server on which php runs.
I do not want to create a textfile with all my passwords in, or put all the passwords in a database. I just want it to use the existing userbase of my server.
Secondary objective : let php verify this login/pass combination against a NT server (the PDC) on my network. (apache/php runs on a linux server)
Thanks for any insights you might give..
Liese De Vos