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 ForumsAuthenticationAuthenticationDNN AD Fix:  UPDATEDDNN AD Fix: UPDATED
Previous
 
Next
New Post
10/31/2006 8:51 AM
 

do you want to send me over the file you changed.  I will include it into the package.

Good job finding the answer.

Stuart


Hilbert Solutions, LLC
Owner, Hilbert Solutions, LLC
http://www.HilbertSolutions.com
A DNN Service Provider
From Module Development to DNN Upgrades, your one stop DNN Shop
 
New Post
10/31/2006 10:25 AM
 

I think I've gotten the update completed for DNN 4.3.5. I need to setup a clean install of DNN 4 for testing.

Stuart, if I'm satisfied with the DNN 4 version do you want me to send the files to you?

 
New Post
10/31/2006 10:33 AM
 

Mike,

AWESOME!  I would be more than happy to host the 4.5 version for you if you want.  I would really like to see these changes make it into the source so that we wouldn't have to have a seperate package everytime a new version of DNN comes out.

 

Anyway if you want send the file over to [beginemail]slhilbert[at]gmail[dot]com[endemail]

 

Stuart


Hilbert Solutions, LLC
Owner, Hilbert Solutions, LLC
http://www.HilbertSolutions.com
A DNN Service Provider
From Module Development to DNN Upgrades, your one stop DNN Shop
 
New Post
10/31/2006 10:43 AM
 
I only changed 1 term in the code below.  This is in the ADSIProvider.vb file in the Provider.Authentication.ADSI project.  It should be around line 416 depending on any changes from above.  It's the second PopulateMembership Sub in the file.  I only changed "As String" to "As Object" and that worked for me.

        Private Overloads Sub PopulateMembership(ByVal GroupInfo As Authentication.GroupInfo, ByVal GroupEntry As DirectoryEntry)
            If Not GroupInfo.IsPopulated Then
                ' Populate membership with distinguished name
                For Each strMember As Object In GroupEntry.Properties(ADSI_MEMBER)
                    'Store DistinguishedName, this method is more accurated
                    GroupInfo.AuthenticationMember.Add(strMember)
                Next
                GroupInfo.IsPopulated = True
            End If
        End Sub
 
New Post
10/31/2006 1:24 PM
 
slhilbert wrote

Mike,

AWESOME!  I would be more than happy to host the 4.5 version for you if you want.  I would really like to see these changes make it into the source so that we wouldn't have to have a seperate package everytime a new version of DNN comes out.

 

Anyway if you want send the file over to [beginemail]slhilbert[at]gmail[dot]com[endemail]

 

Stuart

You have mail. I thought about just putting it up on my site but the work is yours and it makes more sense to have the fixes in a central location.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationDNN AD Fix:  UPDATEDDNN AD Fix: UPDATED


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