CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2006
    Posts
    2

    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).

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Active Directory with Authentication using ASP

    Well, PHP has some LDAP functions that should help you.

    http://www.php.net/ldap/
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    May 2003
    Location
    upstate NY
    Posts
    168

    Re: Active Directory with Authentication using ASP

    is this a ASP.NET application or regula ASP?


    Will
    --------------------------------------------
    Tell me and I will forget
    Show me and I will remember
    Teach me and I will learn

  4. #4
    Join Date
    Feb 2006
    Posts
    2

    Re: Active Directory with Authentication using ASP

    I am currently trying to do this with regular asp if possible.

  5. #5
    Join Date
    May 2002
    Posts
    10,943

    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.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured