Click to See Complete Forum and Search --> : php logon authenticate to PDC.


Anon
09-26-2001, 12:00 PM
This possible, logon to authenticate via NT PDC.

Ex. To view a page someones needs to logon with user name and password, but instead of apache using its own internal access list, can it authenticate against a NT PDC.

Apache+PHP would be running on linux and verify logons against a NT4 possibly NT5 box.

Thanks

ogge1
10-03-2001, 07:47 PM
hmm how about using SMB in one or another way?

a Long shot but anyway?

MrPG wrote:
-------------------------------
This possible, logon to authenticate via NT PDC.

Ex. To view a page someones needs to logon with user name and password, but instead of apache using its own internal access list, can it authenticate against a NT PDC.

Apache+PHP would be running on linux and verify logons against a NT4 possibly NT5 box.

Thanks

pblamire
10-05-2001, 06:29 PM
Alternatively use mod_ntlm and use apache to auth against the PDC and create a session upon successfully authing. That way you don't have to auth for every page. There are some caveats but nothing major.

Paul