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 ForumsAuthenticationAuthenticationErrorsErrors
Previous
 
Next
New Post
7/3/2007 10:41 AM
 
Errors 

I am trying to get this auth working in mixed mode...

 

I am getting

Accessing Global Catalog:
OK
Checking Root Domain:
OK
Accessing LDAP:
FAIL
Find all domains in network:
Could not access LDAP to obtain domains info
The specified domain either does not exist or could not be contacted.

 

I have impersonate = true

I have enabled this in my config file

 

add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication"

What am I doing wrong here?  Thanks

 
New Post
7/3/2007 11:10 AM
 

In mixed mode leave that the <add name="Authentication"...../> commented out.

Now on to your other problem. Try changing < identity impersonate="true" /> to <identity impersonate="true" userName="domain\username" password="password" /> and seeing if it passes. The user that you use in that line doesn't have to be any special user (admin, operator, etc). As long as it can read the AD it'll work.

 
New Post
7/3/2007 11:28 AM
 

When I define the password (I had it just set to true)... I get this..

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileLoadException: Could not load file or assembly 'CountryListBox' or one of its dependencies. Access is denied.

 
New Post
7/3/2007 11:52 AM
 

I didn't think you'd have to do this until later but maybe I'm wrong (it's been a long time since I had to start from scratch).

When you uncomment the <identity impersonate="true" /> and add the username and password to it you're changing the account the DNN site runs under. Normally it runs under either ASPNET or NETWORK SERVICE but with the changes it now runs under the user you defined. So that user now needs the same rights on your DNN install as ASPNET/NETWORK SERVICE has.

 
New Post
9/14/2007 6:40 PM
 

Had the same problem. 

Fixed by making sure the new impersonated user you define in web.config has write permissions for (at least) %windir%\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files.

I also added read permissions for %windir%\Microsoft.NET\Framework\v2.0.50727

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationErrorsErrors


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