Click to See Complete Forum and Search --> : Active Directory with Authentication using ASP
mikrjon
February 17th, 2006, 09:09 AM
I was wondering if anyone knows of any ASP or other scripting code I could use for a project I am working on. I need to be able to Authenticate users from 3 separate role groups within Active Directory. I would like for the user to be able to go to web page and be able to click on a button or something which would lead them to another corresponding page.. of which there will be 3 different pages depending on what role they are in (ie: admin, user, operations).
PeejAvery
February 17th, 2006, 11:16 AM
Well, PHP has some LDAP functions that should help you.
http://www.php.net/ldap/
womalley
February 17th, 2006, 11:47 AM
is this a ASP.NET application or regula ASP?
Will
mikrjon
February 17th, 2006, 03:45 PM
I am currently trying to do this with regular asp if possible.
PeejAvery
February 17th, 2006, 04:18 PM
I am currently trying to do this with regular asp if possible.
Take a look here (http://aspalliance.com/638) and here (http://www.tutorialized.com/tutorials/ASP/User-Authentication/1).
Either way this is a server-side issue and not client side. I will have a moderator move it.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.