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 ForumsAuthenticationAuthenticationActive Directory 05.00.04 BetaActive Directory 05.00.04 Beta
Previous
 
Next
New Post
3/9/2012 1:03 PM
 
This fixed my AD issue with superusers as well. I was able to update the AD provider and then to 6.1.4 without any issues.
 
New Post
3/9/2012 1:04 PM
 
This fixed my AD issue with superusers as well. I was able to update the AD provider and then to 6.1.4 without any issues.
 
New Post
3/9/2012 1:04 PM
 

This fixed my AD issue with superusers as well.  I was able to update the AD provider and then to 6.1.4 without any issues.

whoops sorry for triple post.  some timing out issues

 
New Post
3/11/2012 4:21 PM
 

Found a minor bug that caused the Authentiction HTTP Module to crash when HTTP_USER_AGENT header is not present in the request.

AuthenticationModule.vb - OnAuthenticateRequest, line 6.

The current code in repository:

'ACD-8846, WorkItems 6416,4766, and 4077
            Dim strRequest As String = request.ServerVariables("HTTP_USER_AGENT").ToString
            If strRequest Is Nothing Then
                Exit Sub
            End If

Removing the ToString in bold fixed the error. (The If clause below will never be true. Nothing.ToString will throw before the check.)

After fixing this I am now able to log in to DotNetNuke using current windows credentials from a .NET WPF Client just by issuing a HttpWebRequest GET to WindowsSignin.aspx and keeping the cookies that are returned. :)


 
New Post
3/12/2012 10:44 AM
 
I'll have to look at the details but that was put in for another bug. And honestly, I never considered someone hitting the site from anything but a browser.

So please log it in Codeplex (http://dnnauthad.codeplex.com) and I'll look at fixing it for the next release.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationActive Directory 05.00.04 BetaActive Directory 05.00.04 Beta


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