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 ForumsAuthenticationAuthenticationNew users do not get createdNew users do not get created
Previous
 
Next
New Post
10/27/2008 11:07 AM
 

Actually I don't see any .vb file inside "\DesktopModules\AuthenticationServices\ActiveDirectory" folder.

 
New Post
10/27/2008 12:38 PM
 

You'll have to download and install the source version of the provider. In the source version there's a file called Active Directory Source Files.resources. Change the .resources to .zip and the .vb, .proj, and .sln files are in there.

 
New Post
10/27/2008 2:31 PM
 

I have installed AD source version 1.0.4 instead of 1.0.3. Installation was successful, domain is also successfully recognized in Admin -> Authentication. I had to add imporsonation line in web.config. But Windows Authentication is still not working (neithet automatic nor manual). I am trying to degug Login.ascx.vb inside ActiveDirectory folder. But this file is showing errors in many lines of code. First, it not recognizing following two Import statements. Since there are so many errors, breakpoint is not activated when I debug it. Do I need to change something in Visual Studio settings?

Imports

ADUserController = DotNetNuke.Authentication.ActiveDirectory.UserController

Imports

ADUserInfo = DotNetNuke.Authentication.ActiveDirectory.UserInfo

Thank you,

Divya

 
New Post
10/27/2008 9:04 PM
 

You may want to check the references to make sure they're pointing to valid files and aren't missing. Then if you do a rebuild it should clear up any errors.

 
New Post
10/27/2008 10:24 PM
 

There are two "DotNetNuke.Authentication.ActiveDirectory.dll" one inside "Website\Bin" and another inside "Website\Bin\Providers". I am not sure if it should exist in two places. I manually added the one from second location to my project refrences. It solved half of the problem. Build is successful, but Login.ascx.vb is still underlining some variables. On hovering over these varibales message displayed is: Name txtUsername, txtPassword, ctlCaptcha etc are not declared. It seems problem is with <% Register tagprefix ....... part. I tried referencing different dlls but non of them seems to be working. What is the dll that should be included in refernces for these controls?

Code in Login.ascx is:

<%@ Control language="vb" Inherits="DotNetNuke.Authentication.ActiveDirectory.Login, DotNetNuke.Authentication.ActiveDirectory" AutoEventWireup="false" Explicit="True" Codebehind="Login.ascx.vb" %>
<%@ Register TagPrefix="dnn" Assembly="DotNetNuke" Namespace="DotNetNuke.UI.WebControls"%>
<%@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/LabelControl.ascx" %>

<table cellspacing="0" cellpadding="3" border="0" summary="SignIn Design Table" width="160">
 <tr>
  <td colspan="2" class="SubHead" align="center"><dnn:label id="plUsername" controlname="txtUsername" runat="server" text="UserName:"></dnn:label></td>
 </tr>
 <tr>
  <td colspan="2"  align="center"><asp:textbox id="txtUsername" columns="9" width="130" cssclass="NormalTextBox" runat="server" /></td>
 </tr>
 <tr>
  <td colspan="2" class="SubHead" align="center"><dnn:label id="plPassword" controlname="txtPassword" runat="server" text="Password:"></dnn:label></td>
 </tr>
 <tr>
  <td colspan="2" align="center"><asp:textbox id="txtPassword" columns="9" width="130" textmode="password" cssclass="NormalTextBox" runat="server" /></td>
 </tr>
    <tr id="trCaptcha1" runat="server">
     <td colspan="2" class="SubHead" align="center"><dnn:label id="plCaptcha" controlname="ctlCaptcha" runat="server" text="Password:"></dnn:label></td>
    </tr>
    <tr id="trCaptcha2" runat="server">
     <td colspan="2" align="center"><dnn:captchacontrol id="ctlCaptcha" captchawidth="130" captchaheight="40" cssclass="Normal" runat="server" errorstyle-cssclass="NormalRed" /></td>
    </tr>
    <tr>
     <td id="tdLogin" runat="server" colspan="2" align="center"><asp:button id="cmdLogin" resourcekey="cmdLogin" cssclass="StandardButton" text="Login" runat="server" /></td>
    </tr>
</table>
 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsAuthenticationAuthenticationNew users do not get createdNew users do not get created


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