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 ForumsAuthenticationAuthenticationAuthentication Problems Child Portals using Auto LoginAuthentication Problems Child Portals using Auto Login
Previous
 
Next
New Post
7/18/2006 6:06 PM
 

I haven't tried this with child portals, but I do have a dozen or so parent portals using AD Authentication.  Changes are in source from 3.2.2 - I haven't tried this on the newer versions.  If someone has a better fix for this, I would like to hear about it.

Components/Users/UserController.vb

~line 460 - Function AddUser
Public Function AddUser(ByVal objUser As UserInfo, ByVal AddToMembershipProvider As Boolean) As Integer
            Dim UserId As Integer = -1
            Dim Status As UserRegistrationStatus

            Dim _config As Authentication.Configuration = Authentication.Configuration.GetConfig()
            Dim ProviderTypeName As String = _config.ProviderTypeName
            Dim isADSIProvider As Boolean = (ProviderTypeName.IndexOf("Authentication.ADSIProvider") >= 0)

            Try
               .....
                  Else
                        ' the username exists so we should now verify the password
                        Common.Globals.SetApplicationName(objVerifyUser.PortalID)
                        If isADSIProvider Or AspNetSecurity.Membership.ValidateUser(objUser.Membership.Username, objUser.Membership.Password) Then
                            ' the specified password matches the password on file
                            UserId = objVerifyUser.UserID

 

 

 
New Post
7/20/2006 4:26 PM
 

Alright I have been digging through your code.  I am trying to apply it to dnn 3.3.2.  Definately things have changed.  However, if you could paste over your whole file I think that would be a big help to me.

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
8/2/2006 1:50 PM
 
Can you post the code for this? oh please?
 
New Post
8/2/2006 2:14 PM
 

I got bumped to another project.  I am getting close but it isn't done yet.  I will post when it is ready.

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
8/3/2006 6:45 AM
 

I am another one with this problem but we are using 4.3.3. We have just launched our Portal with 8 Child portals (Intranet). Users are automatically registered/authenticated (± 30000) on the Parent portal but when they navigate to a child portal it does not work (not logged in or authenticated). If they now browse back to the Parent portal they are logged out and if they try to log in with their AD credentials it fails.

I hope this is fixed soon or someone supplies us with a fix. I will be monitoring this forum for any updates/news.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationAuthentication Problems Child Portals using Auto LoginAuthentication Problems Child Portals using Auto Login


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