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 ForumsAuthenticationAuthenticationAD 1.03 with DNN 4.8.2 Authenticaiton FrustrationAD 1.03 with DNN 4.8.2 Authenticaiton Frustration
Previous
 
Next
New Post
4/30/2008 3:18 AM
 

dnn-ubie wrote

Not so quick.  I took a new user account and hit the dnn site. 

The IE window just stalled and never did render the home page.  Obviously the above modification did not resolve the problem.

I am still in the situation where the login control doesnt' allow users to log in and i get error object reference not found.  If i make the modification to the web.config authentication mode=windows then new users cannot get logged in.

Still frustrated. - dave

This is actually the problem iv had in the past before the AD provider and still have with it.

Iv made a new install on another webserver yesterday to see if moving from windows 2000 to windows 2003 would do a differerent, but it didnt.

DNN Never creates the user and seems like its just ends up in a loop. Iv made applications which handle administrative tasks in our AD with no problem, so accessing the AD with LDAP aint a problem, but iv never had DNN work propper. If i manuel create a new user in the database, then it seems to work alright, and skip the point where IE ends in an endless loop.

What iv done in the ealier versions, and seems to have to do until i find the bug is have a job running every 2 min to see if any userers are made in our AD and if so create them in the database.

I dont know if the number of users in the AD makes a different we have more than 10000 users and groups and 100-200 OUs.

 
New Post
4/30/2008 11:57 AM
 

Changing the authentication in the web.config from Forms to Windows takes the AD provider right out of the equation. I'll do some searching if I get a chance today as I've seen in the past where more needs to be added to the web.config when using Windows authentication.

 
New Post
4/30/2008 12:42 PM
 

A couple of links to check out if you want to change your web.config from Forms authentication to Windows authentication. I don't know if they work with DNN as I have got a setup handy that I can test against.

http://weblogs.asp.net/scottgu/archive/2006/07/12/Recipe_3A00_-Enabling-Windows-Authentication-within-an-Intranet-ASP.NET-Web-application.aspx and http://msdn.microsoft.com/en-us/library/ms998358.aspx

 
New Post
4/30/2008 5:49 PM
 

Just an idea, for those having problems, back when I was testing earlier versions of this code, it could get very confused if you have an old cookie.  It's a pain, but clearing it often helped.  I will just dump all of the cookies and clear the cache when it started acting strangely.

If you have access to the IIS logs, that can also help you see what might be up.  It helped me once, I could seeing that there was a 500 error so I knew it was permission-related and I could see whether the http get was anonymous or authenticated.

Hope you can get it working,

Roberta

 
New Post
4/30/2008 8:41 PM
 

Thanks Mike, i think the last link might be the isue, as i recall it in the other applications iv made to handle admin tasks in AD this is actually what i have in the web.config. I'll test it friday when im back at work.

...
<system.web>
  ...
  <authentication mode="Windows"/>
    <identity impersonate="true" userName="<domain>\<UserName>" password="<password>"/>
    ...
</system.web>
...

Regarding cookies Roberta, this isnt the isue here, as iv had different coworkers go on the test site who have never been on before, with the same problem... an IE loop sequence. But you are right, Cookies can be a pain with DNN in some parts, special if you dont change the cookie name in each DNN installation you make.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationAD 1.03 with DNN 4.8.2 Authenticaiton FrustrationAD 1.03 with DNN 4.8.2 Authenticaiton Frustration


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