Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

AppTheory specializes in solutions based on the DotNetNuke platform and has 2 employees on the DotNetNuke Core Team.
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
OnyakTech
 


  Sponsors  

Meet Our Sponsors

OnyakTech
The best choice for your web site host, email hosting, and domain registration.
CrystalTech Web Hosting™
Webhost4life, specialists in DNN hosting
Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Authentication ...  Login w/oDomain Suffix
Previous Previous
 
Next Next
New Post 6/18/2008 11:45 AM
Unresolved
User is offline Ryan Mrachek
17 posts
www.cl-p.com , www.wmeco.com, www.psnh.com, www.nu.com, www.yankeegas.com
10th Ranked


Login w/oDomain Suffix 

I have AD authentication working.  However, User appear to have to add the domain information to their login.  This doesn't seem right.  Does anyone have any suggestions?  the next question is; Is there a way to configure the general user login to always authenticate against AD and have a special url for the dnn accounts?

I have an instance of 4.08.03 w/ AD version .03. 

 
New Post 6/18/2008 12:16 PM
User is offline Mike Horton
2924 posts
dnn.gmss.org
5th Ranked






Re: Login w/oDomain Suffix 

To change it so that users don't have to enter the domain you can use this script (http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/89/threadid/60815/scope/posts/Default.aspx) but you have to make the changes to DesktopModules/AuthenticationServices/ActiveDirectory/Login.ascx.

Unfortunately no there isn't a way to make the general (DNN Login) to authenticate against the AD as it's a separate provider. When your users go to manually login they should have a choice between DNN Login and Windows Login but they'll have to select Windows Login (* See below). However, if all your users are going to be internal users only then you can disable the Standard Login under Admin->Authentication and only the Windows Login will show up when they select Login.

* If a user has already logged in at least once and their password hasn't changed then they'll be able to login using the DNN Standard but they'll have to login using Domain\username to login as that's how their accounts are stored in the DNN database. However any role synchronization will not occur.

 
New Post 6/18/2008 1:34 PM
User is offline Ryan Mrachek
17 posts
www.cl-p.com , www.wmeco.com, www.psnh.com, www.nu.com, www.yankeegas.com
10th Ranked


Re: Login w/oDomain Suffix 

Mike,

Thank you for the input.  I have the scenario where ALL my users are external Intranet users ( www.cl-p.com, www.nu.com, www.wmeco.com, www.psnh.com ) and the dnn login is of little use to our users.  I already tried removing the dnn authentication and just left AD. ( that didn't go so well ).   Is there a way to use only AD?  If so can you point me in the right direction?

Thanks again.

 
New Post 6/18/2008 2:27 PM
User is offline Mike Horton
2924 posts
dnn.gmss.org
5th Ranked






Re: Login w/oDomain Suffix 

What didnt' go so well when you removed the DNN authentication (you just disabled it in Admin->Authentication right?)?. That's how I've done it on our school's portal. The only time I run into problems is when I've done a major update to DNN and forgetting to reset the minRequiredPasswordLength to the limit our domain requires.

 
New Post 6/19/2008 4:30 AM
User is offline Ryan Mrachek
17 posts
www.cl-p.com , www.wmeco.com, www.psnh.com, www.nu.com, www.yankeegas.com
10th Ranked


Re: Login w/oDomain Suffix 

Actually,  I disabled it in Host->Host Settings [ Authentication ]  I unchecked the dnn authentiction module and left the active directory enabled.  The result was: Logins -didn't work w/ the AD accounts.  Forgot Password- worked, Register - appeared to work but never created an AD account only a dnn user(?).

For whatever reason when I set it the other way ( Admin->Authentication)  It throws an error (see bellow) but, the results are the same as above, also I cannot figure out how to login for admin/host :

[NullReferenceException: Object reference not set to an instance of an object.]
   DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.AddADSIPath(String Path, Path ADSIPath) +9
   DotNetNuke.Authentication.ActiveDirectory.ADSI.Utilities.GetRootEntry(Path ADSIPath) +37
   DotNetNuke.Authentication.ActiveDirectory.ADSI.ADSIProvider.GetNetworkStatus() +238
   DotNetNuke.Authentication.ActiveDirectory.Settings.UpdateSettings() +623

[ModuleLoadException: Error:  is currently unavailable.]
   DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, PortalModuleBase ctrlModule, Exception exc, Boolean DisplayErrorMessage) +481
   DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(PortalModuleBase ctrlModule, Exception exc, Boolean DisplayErrorMessage) +122
   DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(PortalModuleBase ctrlModule, Exception exc) +7
   DotNetNuke.Authentication.ActiveDirectory.Settings.UpdateSettings() +1727
   DotNetNuke.Modules.Admin.Authentication.Authentication.cmdUpdate_Click(Object sender, EventArgs e) +79
   DotNetNuke.UI.WebControls.CommandButton.RaiseClick(Object sender, EventArgs e) +20
   System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +90
   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +76
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +177
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746

[PageLoadException: Error:  is currently unavailable.]
   DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +376
   DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +481
   System.Web.UI.TemplateControl.OnError(EventArgs e) +2085460
   System.Web.UI.Page.HandleError(Exception e) +71
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7341
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213
   System.Web.UI.Page.ProcessRequest() +86
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
   System.Web.UI.Page.ProcessRequest(HttpContext context) +49
   ASP.default_aspx.ProcessRequest(HttpContext context) +4
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +358
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Authentication ...  Login w/oDomain Suffix
 


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.

 


AppTheory
Professional development for medium to large projects based on the DotNetNuke platform.
www.apptheory.com
OnyakTech
Modules for Help Desks, Live Chat, Project Management, CRM, Charting, Reporting, Scrolling Text/Images, Portal Community tools and much more.
www.OnyakTech.com
IHostASP.NET Provides the Ideal DNN Hosting
We will help you with the installation, configuration, and troubleshooting of your DNN portal, no task is too big or small for us. Unlike other companies we are not just providing a reliable hosting service, but we are also focused on providing the best DotNetNuke hosting service on the internet.
www.ihostasp.net

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP