Mike Horton (Team Lead)
Charles Nurse (Core Team Sponsor)
Daniel Bartholomew (CardSpace)
Mike Horton (Active Directory)
Ian Sampson (Active Directory)
Charles Nurse (LiveID, OpenID)
We're recruiting! Can you handle support for the LiveID or OpenID provider?
Meet Our Sponsors
2007.05.14
The Active Directory functionality is currently in redevelopment. In this phase it is being more cleanly separated from the core framework such that a TRUE Authentication Provider model can be supported. Mike and Charles are working on this project together with assistance from some other potential Authentication Provider project owners. When the separation is complete a number of additional new providers should come available shortly after.
Posted by: Mike Horton 11/20/2007
While the install file has been included in DNN install packages since version 4.6.0 it and the source files haven't been available as a separate download. That's now changed and both the install and source packages can be found on the Downloads page (http://www.dotnetnuke.com/tabid/125/default.aspx) or on the Active Directory Provider project downloads page (http://www.dotnetnuke.com/Products/Development/Projects/ProviderActiveDirectory/Downloads/tabid/852/Default.aspx). Thank-you all for your patience while the code with through the Release Tracker.
While the install file has been included in DNN install packages since version 4.6.0 it and the source files haven't been available as a separate download. That's now changed and both the install and source packages can be found on the Downloads page (http://www.dotnetnuke.com/tabid/125/default.aspx) or on the Active Directory Provider project downloads page (http://www.dotnetnuke.com/Products/Development/Projects/ProviderActiveDirectory/Downloads/tabid/852/Default.aspx).
Thank-you all for your patience while the code with through the Release Tracker.
Re: Active Directory Provider Available For Download Thanks Mike for all your hard working in getting this important feature back on track. I am amazed in the forms how often I see you answer questions about this topic. Keep up the good work
Re: Active Directory Provider Available For Download
Thanks Mike for all your hard working in getting this important feature back on track. I am amazed in the forms how often I see you answer questions about this topic. Keep up the good work
Re: Active Directory Provider Available For Download Hi.. I tried to add this module to our current DNN Portal 4.05.03(ActiveDirectory_01.00.00_Install) but it produced an error.
Hi.. I tried to add this module to our current DNN Portal 4.05.03(ActiveDirectory_01.00.00_Install) but it produced an error.
Re: Active Directory Provider Available For Download That's because it's for DNN 4.6.0 and above. There already is an AD Provider included in the 4.5.3 version of DNN except that it's part of the core code instead of being separated into a stand-alone provider.
That's because it's for DNN 4.6.0 and above. There already is an AD Provider included in the 4.5.3 version of DNN except that it's part of the core code instead of being separated into a stand-alone provider.
Re: Active Directory Provider Available For Download I tried to use the AD Provider but found it frustrating to learn that I had to specify the domain\username instead of just the username. Is there something I missed that would allow me to specify the default domain so the user wouldn't have to? Also, what about allowing the user to enter the User Principal Name instead of the samaccountname?Thanks.
I tried to use the AD Provider but found it frustrating to learn that I had to specify the domain\username instead of just the username. Is there something I missed that would allow me to specify the default domain so the user wouldn't have to? Also, what about allowing the user to enter the User Principal Name instead of the samaccountname?Thanks.
Re: Active Directory Provider Available For Download See this post in the forums (http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/89/threadid/60815/scope/posts/Default.aspx) except place it in DesktopModules/AuthenticationServices/ActiveDriectory/Login.ascx. That will negate the need to enter DOMAIN\Username when logging in.
See this post in the forums (http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/89/threadid/60815/scope/posts/Default.aspx) except place it in DesktopModules/AuthenticationServices/ActiveDriectory/Login.ascx. That will negate the need to enter DOMAIN\Username when logging in.
Re: Active Directory Provider Available For Download I prefer if people use the forums to ask questions but if you installed the source .zip by going installing under Host->Host Settings->Authentication Services or even just extracting the resources file to a directory you shouldn't have any problems. What happens when you try opening the .vbproj file?
I prefer if people use the forums to ask questions but if you installed the source .zip by going installing under Host->Host Settings->Authentication Services or even just extracting the resources file to a directory you shouldn't have any problems. What happens when you try opening the .vbproj file?
Re: Active Directory Provider Available For Download Download the beta (the same version is currently almost through the DNN Release Tracker) from http://dnn.gmss.org. The error you're seeing is fixed in that version.
Download the beta (the same version is currently almost through the DNN Release Tracker) from http://dnn.gmss.org. The error you're seeing is fixed in that version.
Re: Active Directory Provider Available For Download I use ADAM (active directory application mode), will I be able to authenticate using the new provider.
I use ADAM (active directory application mode), will I be able to authenticate using the new provider.
Re: Active Directory Provider Available For Download Active Directory Provider/Module, best solution I've used:http://www.snowcovered.com/snowcovered2/Default.aspx?tabid=242&PackageID=9144
Active Directory Provider/Module, best solution I've used:http://www.snowcovered.com/snowcovered2/Default.aspx?tabid=242&PackageID=9144
Re: Active Directory Provider Available For Download Whenever I try to open DotNetNuke.Authentication.ActiveDirectory.sln, I get an error from Visual Studio saying, "The Project file....DotNetNuke.Authentication.ActiveDirectory.vbproj cannot be opened. The project type is not supported by this installation." I am trying to open it using Visual Studio 2005.Is there a special way I need to unzip the source files?
Whenever I try to open DotNetNuke.Authentication.ActiveDirectory.sln, I get an error from Visual Studio saying, "The Project file....DotNetNuke.Authentication.ActiveDirectory.vbproj cannot be opened. The project type is not supported by this installation." I am trying to open it using Visual Studio 2005.Is there a special way I need to unzip the source files?
Re: Active Directory Provider Available For Download Mike - I just tried your suggestion in the post mentioned above and it does not enter the domain info when you click the Windows Login button. I have made a slight mod to the code and have posted it in the forum. Instead of using ontextchanged I used onLoad. Works great everytime.
Mike - I just tried your suggestion in the post mentioned above and it does not enter the domain info when you click the Windows Login button. I have made a slight mod to the code and have posted it in the forum. Instead of using ontextchanged I used onLoad. Works great everytime.
Re: Active Directory Provider Available For Download Hi, I am new to dotnetnuke. I followed the steps for installing AD Provider.After Installation(success) is over,when i click my Return button..it gives the Error as follows...Value cannot be null.Parameter name: path1 [ArgumentNullException: Value cannot be null.Parameter name: path1] System.IO.Path.Combine(String path1, String path2) +2686595 DotNetNuke.UI.Skins.SkinDefaults..ctor(SkinDefaultType DefaultType) +127 DotNetNuke.Common.Globals.get_DefaultSkin() +31 DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +2812 DotNetNuke.Common.Globals.GetHostPortalSettings() +216 DotNetNuke.Common.Globals.GetPortalSettings() +79 DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule.Init(HttpApplication application) +213 System.Web.HttpApplication.InitModulesCommon() +66 System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +814 System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +243 System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +106 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +340 Can u plz help me in this issue...
Hi, I am new to dotnetnuke. I followed the steps for installing AD Provider.After Installation(success) is over,when i click my Return button..it gives the Error as follows...Value cannot be null.Parameter name: path1 [ArgumentNullException: Value cannot be null.Parameter name: path1] System.IO.Path.Combine(String path1, String path2) +2686595 DotNetNuke.UI.Skins.SkinDefaults..ctor(SkinDefaultType DefaultType) +127 DotNetNuke.Common.Globals.get_DefaultSkin() +31 DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +2812 DotNetNuke.Common.Globals.GetHostPortalSettings() +216 DotNetNuke.Common.Globals.GetPortalSettings() +79 DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule.Init(HttpApplication application) +213 System.Web.HttpApplication.InitModulesCommon() +66 System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +814 System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +243 System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +106 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +340 Can u plz help me in this issue...