I'd like a simple ASP (not ASP.NET) code for logging a user into a
Windows domain account through the Internet. I would like to do this
on a web page in place of popping up a dialog box like the following:
http://www.cob.tamucc.edu/intranet/ |
Request for Question Clarification by
joseleon-ga
on
09 Dec 2003 05:48 PST
Hello, hailstorm:
Do you want a script that verifies the username/password against a
windows domain controller and then allow the user to access certain
pages?
Regards.
|
Clarification of Question by
hailstorm-ga
on
09 Dec 2003 14:55 PST
Hi joseleon,
Yes, that is correct.
|
Request for Question Clarification by
joseleon-ga
on
09 Dec 2003 15:17 PST
Hello, hailstorm:
Please, check out if this component is useful to you:
ASPUser
http://www.aspuser.com/
"AspUser comes with fully functional ASP-based User Manager and User
Manager for Domain applications, so that you can take advantage of the
component without having to write a single line of code."
Just let me know.
Regards.
|
Clarification of Question by
hailstorm-ga
on
09 Dec 2003 16:29 PST
Sorry, as this is going into a corporate intranet environment, I don't
want to use any third party components unless absolutely necessary
(and I'm pretty sure it's not necessary, since it's fairly easy to
write an ASP page to have a user _change_ their domain account
password...)
|
Clarification of Question by
hailstorm-ga
on
09 Dec 2003 19:31 PST
joseleon,
I believe I have found the answer to my question:
http://www.eggheadcafe.com/articles/20010126.asp
Thanks for your effort!
|