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 Fixes - Post YourAD Fixes - Post Your's Here
Previous
 
Next
New Post
12/8/2009 6:00 PM
 

Hey Mike,

John here. I have a new account since I upgraded to the new version of DNN. I will still be working in the older versions for a long while, but just wanted to let you know. I replied to your request via email and would be happy to work with you on the large scale enterprise front.

I look forward to hearing from you in the near future.

 

--John

 
New Post
12/9/2009 5:25 PM
 

Thanks John

Things are a little bit nuts in the evenings for me this week but I'll try to email you over the weekend.

 
New Post
1/13/2010 7:10 AM
 

Wouldn't a good way to tackle this be to use the 'Category' of user profile items?

We could set up logic where by the AD provider will sync any fields which have a specific category (eg "AD_Sync").

Plus why not have logic so the for each property in AD, if there is a matching property name in the user profile, which has the specific category then that would also be synced.

This would mean that users could sync existing items such as Department, or new items like sAMAccountName without having to make edits to the source and re-compile.

Any thoughts?

 
New Post
5/28/2010 5:14 AM
 
I've seen dome discussion about sharePoint not being able to crawl a site that has the AD provider inabled.
I added this to codeplex but thought that I would add this here also. I've found a fix to allow SharePoint to index DNN.

I've not included the MOSS servers in the IP inclusion for auto login, but SharePoint still returns an error when trying to crawl the site.
It seems to be an issue with the AD provider - AuthenticationModule.vb
After the code goes through the IP strings to determine auto login it then runs the
Response.Redirect(url) *** Strange.... but this is where SharePoint returns the error.

A few lines before this, there is code that looks for the USER_AGENT for Google Spider. I added a line of code to look for MOSS (SharePoint 2007) robot ("MS Search 5.0 Robot"), and now the sub will exit out and SharePoint indexes the site as an anonymous user.

If Request.ServerVariables("HTTP_USER_AGENT"). Contains("gsa-crawler") Then
 Exit Sub
End If

If Request.ServerVariables("HTTP_USER_AGENT").Contains("MS Search 5.0 Robot")Then
Exit Sub
End If

It would be greate if a text box (similar to the IP addresses for auto login) could be added to the settings page and allow the user to add a string of HTTP_USER_AGENTs that they want to exclude.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationAD Fixes - Post YourAD Fixes - Post Your's Here


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