HomeHomeDotNetNuke Forg...DotNetNuke Forg...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationAD Fixes - Post YourAD Fixes - Post Your's Here
Previous
 
Next
New Post
12/8/2009 2: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 1: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 3: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 2: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
HomeHomeDotNetNuke Forg...DotNetNuke Forg...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationAD Fixes - Post YourAD Fixes - Post Your's Here


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me
Have Someone Contact Me
Charlotte DoDNN

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

Exact Target Exec Alert
r2integrated
Telerik JustCode Free

DotNetNuke Scoop!

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates the DotNetNuke Store where users purchase third party apps for the platform.