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 ForumsAuthenticationAuthenticationUsing DNN with Windows Server 2008 R2 w/AD AuthenticationUsing DNN with Windows Server 2008 R2 w/AD Authentication
Previous
 
Next
New Post
4/29/2012 3:21 PM
 

The is from a different server inside the firewall.     I will try this LDAP Browser tool.   As I have said  the Windows authentication  seems to work , but the site propmts ALL users to login  WindowsSignin.aspx 

 In web.config I noticed <anonymousAuthentication enabled="false" />  but changing that to true causes an error.

<location path="DesktopModules/AuthenticationServices/ActiveDirectory/WindowsSignin.aspx">
    <!-- Disable Forms Authentication -->
    <formsAuthenticationWrapper enabled="false" />
    <system.webServer>
      <security>
        <!-- Enable IIS Windows authentication for the login page -->
        <authentication>
          <windowsAuthentication enabled="true" />
          <anonymousAuthentication enabled="false" />
        </authentication>
      </security>
    </system.webServer>
  </location>

 
New Post
5/1/2012 11:17 AM
 
It's prompting because it's detecting that all users have an ip in the range you listed. If you know of someone who is outside of that range then check under Admin->Site Log->Detailed Site Log and see what UserHostAddress DotNetNuke is seeing. At the college I work at the network guys have an appliance on the network and all access from the staff side shows up as one IP, student network as another IP, public wireless as yet another IP, and external as their actual IP.

As for that section of your web.config.... don't touch that. It's setting the proper permissions to windowssignin.aspx.
 
New Post
1/17/2013 1:03 PM
 
Hello,

I am able to configure the module to work with AD authentication, but auto-login is not working. I have tried all the various steps but have not been successful for auto login.

1) The site is using DefaultAppPool, the DefaultAppPool is using .Net framework 4.0 Integrated Pipeline.
2) In IIS at the website root level the following is enabled: Anonymous, Forms and Windows authentication.
3) WindowsSignin.aspx is set only for Forms and Windows Authentication the rest are disabled.

Following are the issues:
1) When i disable Anonymous Authentication at website root level, i am not redirected to the login page nor do i get a login box, instead i am redirected to this url "Account/Login?ReturnUrl=%2f" with the "HTTP Error 401.2 - Unauthorized"
2) When i try to access "WindowsSignin.aspx" the page pops up a login box.

I am able to login using my AD credentials and i see in the profile that DNN pulls the profile details for the user, but i am unable to get Auto Login to work.

any suggestion?

Thanks
 
New Post
2/8/2013 3:32 AM
 

Hello,

I'm trying to setup the AD provider 5.0.4 on my DontNetNuke 7.0.2 site. In the extension settings, when I try to update the settings; I always get the following error :

Error: is currently unavailable.DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.AddADSIPath(String Path, Path ADSIPath) at DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.GetRootEntry(Path ADSIPath) at DotNetNuke.Authentication.ActiveDirectory.ADSI.ADSIProvider.GetNetworkStatus() at DotNetNuke.Authentication.ActiveDirectory.AuthenticationController.NetworkStatus() at DotNetNuke.Authentication.ActiveDirectory.Settings.UpdateSettings() --- End of inner exception stack trace ---

Is this error related to the AD, has it something to do with impersonation or is it something else ?

I followed the provider documentation; searched for answers in the forum; but found nothing to solve the problem:

Can anybody help ?

Thanks

 
New Post
2/10/2013 11:34 AM
 

Problem solved. It was a network configuration issue.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationUsing DNN with Windows Server 2008 R2 w/AD AuthenticationUsing DNN with Windows Server 2008 R2 w/AD 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