Active Directory with Authentication using ASP
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).
Re: Active Directory with Authentication using ASP
Well, PHP has some LDAP functions that should help you.
http://www.php.net/ldap/
Re: Active Directory with Authentication using ASP
is this a ASP.NET application or regula ASP?
Will
Re: Active Directory with Authentication using ASP
I am currently trying to do this with regular asp if possible.
Re: Active Directory with Authentication using ASP
Quote:
Originally Posted by mikrjon
I am currently trying to do this with regular asp if possible.
Take a look here and here.
Either way this is a server-side issue and not client side. I will have a moderator move it.