System.DirectoryServices
From: Brian (bonei_at_vafb.com)
Date: 06/02/04
- Next message: [MSFT]: "RE: file traversal"
- Previous message: Svein Terje Gaup: "Re: Security - Best Encryption Tool"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: System.DirectoryServices"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: System.DirectoryServices"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 1 Jun 2004 15:20:25 -0700
I have a few pages which authenticate a user to our site.
Checking a login and password with syntax as below:
Dim entry As New DirectoryEntry(_path, domainAndUsername, PWD)
My problem is I can only do this if I elevate the anonymous user to
ADMINISTRATOR of my domain.
Should my ASPX page have to be running the ADMIN account to use this
namespace.
Another task I need is to enumerate users in a GROUP using this
namespace.
That also only works with the ADMIN account.
Thanks,
Brian
- Next message: [MSFT]: "RE: file traversal"
- Previous message: Svein Terje Gaup: "Re: Security - Best Encryption Tool"
- Next in thread: Joe Kaplan \(MVP - ADSI\): "Re: System.DirectoryServices"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: System.DirectoryServices"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|