Ask a Question related to ASP.NET Security, Design and Development.
-
PPL-KMS #1
Active Directory Role-Based Authentication Fails for Users - Local
Developed a web-based application that queries active directory for roles to
associate the appropriate functionality to the user. After a recent upgrade
of OS and .NET framework, the ".IsInRole" method returns "false" even though
AD has the role associated to the user (plus, the user works fine in our
production environemnt). Also, the user was authenicated to run the page.
Prior to the upgrade, AD returned "true".
Note: The application running on the localhost uses our production AD
domain. The application runs correctly within my development, prodtest, and
production environments.
At this point, unable to identify the cause of the issue researching into
the OS, IE, and .Net framework. Not sure if it is a bug or a new group
policy implemented by my company.
Technical Information:
Framework -> aspnet_isapi.dll Version: 1.0.3705.419 - SP2 (also attempted
installation of SP3 which did not corret the problem)
OS Version: 5.0.2195 Service Pack 4 Build 2195 - Windows 2000
IE Version: 6.0.2800.1106CO
Authentication method: NTLM
Impersonate: "true"
--
Sr Integrator - Info Solutions
PPL Corp.
PPL-KMS Guest
-
Role Based Forms Auth with Active Directory
As anybody succesfully implemented a role/groups based forms authentication against the Active Directory? Thx Patrick *** Sent via... -
Role based Forms Authentication (using Active Directory)
Hi All, Can anybody here kindly forward me a sample of a Role based forms Authentication using Acitve Directory? Thanks alot. P -
Role based Forms Authentication
Before I start I must point out that this does work on my local Windows XP machine but does not work on a Windows 2003 Server. I have created a... -
ASP.NET with ADirectory role based authentication
Hi Everyone, I have some Questions relating to Active Directory and Asp.net. 1)I have created a role based authorisation using SQL Server but i... -
Enable additional users properties in Active Directory users and Computers
"Mike Brannigan " <mikebran@online.microsoft.com> wrote in message news:O5qGXY1XEHA.808@tk2msftngp13.phx.gbl...... -
Paul Clement #2
Re: Active Directory Role-Based Authentication Fails for Users - Local
On Mon, 4 Oct 2004 11:53:04 -0700, "PPL-KMS" <PPLKMS@discussions.microsoft.com> wrote:
¤ Developed a web-based application that queries active directory for roles to
¤ associate the appropriate functionality to the user. After a recent upgrade
¤ of OS and .NET framework, the ".IsInRole" method returns "false" even though
¤ AD has the role associated to the user (plus, the user works fine in our
¤ production environemnt). Also, the user was authenicated to run the page.
¤ Prior to the upgrade, AD returned "true".
¤
¤ Note: The application running on the localhost uses our production AD
¤ domain. The application runs correctly within my development, prodtest, and
¤ production environments.
¤
¤ At this point, unable to identify the cause of the issue researching into
¤ the OS, IE, and .Net framework. Not sure if it is a bug or a new group
¤ policy implemented by my company.
¤
¤ Technical Information:
¤ Framework -> aspnet_isapi.dll Version: 1.0.3705.419 - SP2 (also attempted
¤ installation of SP3 which did not corret the problem)
¤ OS Version: 5.0.2195 Service Pack 4 Build 2195 - Windows 2000
¤ IE Version: 6.0.2800.1106CO
¤ Authentication method: NTLM
¤ Impersonate: "true"
These types of problems are always a lot of fun to troubleshoot but I'm fairly certain it's a
configuration issue of some type. Group policy, as you suggest, may be the likely culprit. I will
assume that you've set up the web app for the appropriate authentication level and impersonation is
configured and working properly.
I would take a look at the following MS KB article to see if anything suggested resolves the
problem:
The IsInRole method of the WindowsPrincipal class does not work correctly
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;842794[/url]
Paul ~~~ [email]pclement@ameritech.net[/email]
Microsoft MVP (Visual Basic)
Paul Clement Guest



Reply With Quote

