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 ForumsAuthenticationAuthenticationwhere can i download the active directory module from?where can i download the active directory module from?
Previous
 
Next
New Post
12/7/2006 1:05 PM
 
Just to let you know that 4.3.7 is working fine for me. I am using AD since DNN 1x and yes, 3.2.2 was the last one working OK, but now 4.3.7 is working without errors on my side. (Maybe still need more test)

Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
12/7/2006 1:32 PM
 

I agree that it is working well for the most part but it's still not removing users from Security Groups if they no longer belong to the respective AD groups.

 
New Post
12/7/2006 6:11 PM
 
NetLipe wrote

One thing I am having some problems is that I changed the code, so that he doesn’t saves AD password in DB. I think that there’s no logic in saving AD password in Dnn portal. So I’m using the GetRandomPassword to populate membership table.

Error: if you configure web.config MaxInvalidPasswordAttempts="3". Since dnn is first validating user hover db, and then in AD, if you have a user with 2 missing log-in, in the 3 tentative (good password) he will be locked before validating over AD. This throws an exception.

Fighting to get around this issue.

I can't remember the post but in one of the other threads here in the forum someone has already checked and the actual user passwords aren't stored in the DNN database. It's already a generic random password.

 
New Post
12/11/2006 4:31 AM
 
In my case, using dnn335, the code is something like this:
 
In Signin.ascx.vb, function WindowsAuthorization line 366:
 
If user not in dnn database
' Add this user into DNN database for better performance on next logon
objAuthUsers.AddDNNUser(objAuthUser) 
Else
      ' update DNN password to match with authenticated password from AD  
UserController.ChangePassword(objUser, objUser.Membership.Password, txtPassword.Text)
 
 
So I changed the code to store a random password in dnn database, but started to have this problem with the locked account, as I mentioned earlier. I will take a look on newer versions.
 
New Post
12/11/2006 6:50 PM
 

Thanks for your help. I have found an AD fix on http://dnn.gmss.org/Default.aspx by Mike Horton. It is for version 4.3.5. I have 4.3.4 - will this work? and how would I go about installing it?

thanks

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationwhere can i download the active directory module from?where can i download the active directory module from?


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