B
Brian
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
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