Saturday, July 31, 2010
  Search
 
Register
Login
 
Creating new DotNetNuke HTTP Alias Records
 Setting up DotNetNuke to handle serving requests for Portal Alias records is a breeze. You can use these records to direct your site to handle requests for multiple domain names to one website with ...

Find this article and more in the category

Read This Article . . .

CodePrint Module
Tired of mucking around with adding code chunks to your website? We all know what a pain it can be trying to add some simple block of code to our webpages and still make it readable. Introducing....T...

Find this article and more in the DotNetNuke category

Read This Article . . .

How to Utilize AjaxToolKit with DotNetNuke Portals
Integrating the AjaxToolkit into DotNetNuke modules is super easy. But, can be frustrating if you're not sure how. Find out how to Ajax enable your modules in less than 5 minutes now!   The ...

Find this article and more in the Module Development category

Read This Article . . .

I Need to Modify the What to Install DNN? What in the World is a Web.Config File Anyway??
 If you're wondering what in the world a web.config file is, then wonder know more. . .in about 5 minutes, you'll know more than you do now and be well on your way to moving forward.

Find this article and more in the Web.Config category

Read This Article . . .

Dude, Where’s my web.config file? Resolve Installation DNN Error Message: BC30451: Name 'Config' is not declared
Sometimes troubleshooting DNN errors can be a royal pain. Fortunately, if you know what you're looking for installation errors are usually pretty easy to resolve. Unfortunately, if you don't know wha...

Find this article and more in the category

Read This Article . . .

Creating a Virtual Directory in IIS
One of the first things you will need to do prior to installing DotNetNuke on a server is to create a virtual directory which will host your DotNetNuke website.  If you have full control over you...

Find this article and more in the IIS & ASP.NET category

Read This Article . . .

Everything You Never Wanted to Know About the Config File
This is the "pre-" first installment in a series that will cover the parts of the web.config file to give you an idea of how to manipulate and customize your DotNetNuke portal. The web.config fi...

Find this article and more in the category

Read This Article . . .

Resolving Troubles with DNN User Controls During Module Development & Compilation
So, you've created a module in a separate project using some DNN User Controls and now you're receiving errors and can't compile? If you are using these controls (list below) on your module using ...

Find this article and more in the category

Read This Article . . .

DotNetNuke 5 Cambrian Extropy Skin Features and Limitations
The new DotNetNuke Extropy skin looks very cool from a distance...leaps and bounds above the old default blue skin. But, it's got some limitations you should know about upfront.

Find this article and more in the category

Read This Article . . .

Customize Google Analytics for DotNetNuke Search
You can easily set up your Google Analytics account to track the search feature on your DotNetNuke website and take advantage of all the in depth reporting that Google has to offer. It's simple, here...

Find this article and more in the category

Read This Article . . .

Recently Added Articles

Minimize
Article List

 

Installing Active Directory Authentication Package on DotNetNuke

11/5/2008 7:35:10 PM - By Briana Tarrance

Category: | | Comments 0

 

 

Related Links

DotNetNuke has abstracted the authentication providers away from the core giving site owners the ability to add new authentication systems. You can see in the picture below that by default, the DotNetNuke installation will add the built in DotNetNuke authentication package, as well as packages for LiveID and OpenID.

If you are using an DotNetNuke for an intranet environment or any other situation where you would need an Active Directory authentication system, you can add that as well. Before you begin, you will need to download the Active Directory package from the DotNetNuke website download page.

Installing Authentication Packages on a DotNetNuke installation can only be done from the Host Settings. Also, please be aware that installing the package only makes the package available to the installation's portals; it does not enable it automatically. Actually enabling the package is up to each portal administrator and is done so via the portal's administration pages (Authentication) tab.

Once you have logged in as the site host, go to the Host Settings page and scroll down to the AuthenticationSettings section. Click on Install New Authentication System.

 

 On the next page, you can browse to find the new authentication package. Of course, if you have downloaded the source code version, you will have to build the project first.

 On the next page, you are provided with some package information and may be asked to accept the terms. This information is dependent on the individual package. Accept the terms and click on next. Please note, if you are using DNN 4.9.0 and are trying to install Active Directory 1.4, you may have trouble with your "Next" button not working. The issue is caused by the newest version of the FckEditor and while a minor inconvenience, is actually an easy fix. (You can view the thread discussing this issue here)

 

 

 If you find that you have this problem, go to the DotNetNuke physical files on your computer or web server and locate the DotNetNuke.FckHtmlEditorProvider.dll in the \bin directory. Right click and rename the file by adding some arbitrary extension on the end so the file can't be used by the website for the moment. Then, place an older copy of the same binary from a previous version of DotNetNuke in the \bin directory. (You can download one here). Go back to your website and hit refresh on the browser to reload the site with the older DotNetNuke.FckHtmlEditorProvider dll. and resume by accepting the terms and clicking "Next"

 The package will begin to install and you will see the typical DotNetNuke installation information screens notifying you of your successful installation.

Once you have completely installed the package, don't forget to delete the old DotNetNuke.FckHtmlEditorProvider.dll and rename the original one back to it's original name. And there you have it, a new authentication package for your DotNetNuke portals.

 

Related Articles
Dude, Where’s my web.config file? Resolve Installation DNN Error Message: BC30451: Name 'Config' is not declared
More Ways to Install DotNetNuke Modules with the URL Method
How to Install and Configure ActiveDirectory Provider for DotNetNuke 5.0

 
 
Copyright 2008 by Virtual-Essentials.com Privacy Statement    Terms Of Use