Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthentication"Error while processing Windows Authentication""Error while processing Windows Authentication"
Previous
 
Next
New Post
2/29/2008 2:35 AM
 

 I had, thats why i upgraded to the new AD-Provider version!
Hope you can find the patch..

Could you please specifiy the httpmodules- web.config entry that is used by the AD-Provider?

may I'm missing something here:

 <httpModules>
      <!--<add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" /-->
      <!-- <add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" />-->
      <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />
      <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" />
      <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" />
      <add name="Exception" type="DotNetNuke.HttpModules.Exceptions.ExceptionModule, DotNetNuke.HttpModules" />
      <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnline.UsersOnlineModule, DotNetNuke.HttpModules" />
      <add name="DNNMembership" type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules" />
      <add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules" />
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
      <add name="RadUploadModule" type="Bring2mind.Telerik.WebControls.RadUploadHttpModule, Bring2mind.Telerik.RadUpload.Net2" />
      <add name="WebDAVAuthenticationModule" type="Bring2mind.DNN.Modules.DMX.WebDAV.AuthenticationModule, Bring2mind.DNN.Modules.DMX.WebDAV" />
    </httpModules>

Regards,

 
New Post
2/29/2008 10:47 AM
 

None of those that you've got are used by the AD provider. The two you've got commented out are for the pre-4.6.0 version of DNN. The correct line looks like this:

<add name="Authentication" type="DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule, DotNetNuke.Authentication.ActiveDirectory" />

 
New Post
2/29/2008 11:34 AM
 

Hi Tim,

 

Here is the right solution:

Just leave the allow anonymous "checked" , the only way to solve this for now is to replace the content of WindowsSingin.aspx into this:

<%@ Page Language="vb" AutoEventWireup="false" Inherits="DotNetNuke.Authentication.ActiveDirectory.WindowsSignin, DotNetNuke.Authentication.ActiveDirectory" Codebehind="WindowsSignin.aspx.vb" %>
<p align="center">
Please wait...</p>
<script language="JavaScript">

window.location.replace("http://161.243.4.92");

</script>

hope this could help you...

 
New Post
2/29/2008 1:50 PM
 

How is that the "right" solution? It's a solution but not necessarily the correct one.

If there isn't a problem with IIS on the server everything should work out of the box.

 

EDIT: Sorry Michael, I forgot to look through my emails last night to find the one about the kb patch.

 
New Post
3/2/2008 2:55 PM
 

Michael,

Take a look at this: http://support.microsoft.com/kb/871179. Also, are you seeing the permissions issue on every system you try on? Is anything showing up in the IIS logs? Is it possible that something (Firewall, Antivirus, browser settings) is blocking your credentials from being passed (the code behind for WindowsSignin.aspx tries to read your username and if it can't it assumes the permissions aren't setup correctly).

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthentication"Error while processing Windows Authentication""Error while processing Windows Authentication"


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out