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 ForumsAuthenticationAuthenticationImplementing Mixedmode authentication in DotNetNUke 4.3.7Implementing Mixedmode authentication in DotNetNUke 4.3.7
Previous
 
Next
New Post
4/25/2007 5:36 AM
 

Hi

Please dont mind for posting the same problem again but I have some doubts in implementing Mixed mode authentivation for DotNetNuke 4.3.7

First of all these are the steps I took to implement the authentication

1. In Admin-Authentication gave the details as

     a. Checked Windows Authentication
     b. Checked Synchronize Role
     c. Provider: ADSI Authentication Provider
     d. Authentication Type: Delegation
     e. Root Domain:  dc=mydomainname,dc=com
     f. User name:  mydomainname\myname
     g.password and confirm password as my windows password
     h. Email domain: @localhost
and clicked update
it gave me every thing as OK without any errors

I removed Anonymous access for the DotNetnuke folder from IIS and added everyone in the security tab of Windossignin.aspx

When I run my URL http://mysystemname/DotNetNuke/admin/security/windowssignin.aspx

I get a popup for username and password
When i give my windows accoutn username and password It displays me the home page but I dont fine any display name
It is left null

And I also face another issue
When I click logout and again login with my windows credentials It gives me the password or username is invalid

I did not change anything in my web.config
it is Forms authentication

Identitiyimpersonate is commented

When I read in several forums it is said there should be a htt module for authentication
I dont have that in my web.config

Any one please suggest me the required changes

Swathi

 
New Post
5/3/2007 1:10 PM
 

Hi Swathi,

I came across the very same problem...and found out that the ADSI provider was actually missing!

Check out the following in web.config:

<authentication defaultProvider="ADSIAuthenticationProvider">
      <providers>
        <add name="ADSIAuthenticationProvider" type="DotNetNuke.Security.Authentication.ADSIProvider, DotNetNuke.Authentication.ADSIProvider" providerPath="~\Providers\AuthenticationProviders\ADSIProvider\" />
      </providers>
    </authentication>

if the providerPath value doesn't exist or doesn't contain any provider files, you've found the cause of your problem.

good luck

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationImplementing Mixedmode authentication in DotNetNUke 4.3.7Implementing Mixedmode authentication in DotNetNUke 4.3.7


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