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 ForumsAuthenticationAuthenticationProblem with ADProblem with AD
Previous
 
Next
New Post
3/12/2007 4:48 AM
 

I have 4.3.7 DNN app.I did all the steps for activate AD and i got in Windows Authentication the 3 OK

Accessing Global Catalog:
OK
Checking Root Domain:
OK
Accessing LDAP:
OK
Find all domains in network:
1 Domain(s):
ofir.co.il (ofir)

But I can't get in!

when i login the app say "Invalid Password" although the password is correct!

I debug admin/Security/Signin.ascx.vb and i found an interesting thing:

1.inside cmdLogin_Click function

 

return Nothing

2.inside WindowsAuthorization function

Dim

objUser As UserInfo = UserController.GetUserByName(PortalSettings.PortalId, txtUsername.Text, False)

Return Good objUser but on the Membership part he  the return password is Nothing

3.inside WindowsAuthorization function

Dim

Return Good objUser And on the Membership part he  the return password is Good

 

So i believe that understand this behavior whould solve my problem

Any ideas? 

objAuthUser As DotNetNuke.Security.Authentication.UserInfo = objAuthentication.ProcessFormAuthentication(txtUsername.Text, txtPassword.Text)
Dim
objUser As UserInfo = UserController.ValidateUser(PortalId, txtUsername.Text, txtPassword.Text, txtVerification.Text, PortalSettings.PortalName, ipAddress, loginStatus)
 
New Post
3/12/2007 10:34 AM
 
Just to make sure, you are logging in using the Domain\Username format correct?
 
New Post
3/12/2007 5:02 PM
 
yes...
 
New Post
3/13/2007 1:02 AM
 
Hmmm, I'll sit down with the code if I get a chance tomorrow (left my laptop at work today) and see what I can see. I'm pretty sure the password is returned in our environment but I'll step through the code just to be sure.
 
New Post
3/13/2007 4:07 AM
 

thanks a lot...

My 3th part of the first post is distorted so this is how it should be:

3.inside WindowsAuthorization function

Dim

Return Good objUser And on the Membership part he  the return password is Good

 

So i believe that understand this behavior whould solve my problem

Any ideas? 

objAuthUser As DotNetNuke.Security.Authentication.UserInfo = objAuthentication.ProcessFormAuthentication(txtUsername.Text, txtPassword.Text)Dim objUser As UserInfo = UserController.ValidateUser(PortalId, txtUsername.Text, txtPassword.Text, txtVerification.Text, PortalSettings.PortalName, ipAddress, loginStatus)
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationProblem with ADProblem with AD


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