Search

You searched for the word(s): userid:191246

Matching Posts

  • Re: Update TTT.Authentication module with core Authentication

    The current version of this module doesn't support nested groups. I have this concept in mind, but there are something I'm considering & investigating before implement it in future version 1. Performance 2. DNN doesn't support nested groups, what is the best method to apply synchronize for these 2 different structures of group/role membership Tam
    Posted to DotNetNuke (Forum) by tamttt on 1/27/2006
  • Re: Update TTT.Authentication module with core Authentication

    Gerry Have you followed all steps of the instruction I posted here http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/234/Default.aspx
    Posted to DotNetNuke (Forum) by tamttt on 1/18/2006
  • Re: How to call the DNN Lists from a custom module

    ListControl.SelectedItem.Value (ListControl is an instance of combobox or listbox) You could find example to implement Lists feature in the core code \controls\address.ascx.vb Tam
    Posted to Custom Modules (Forum) by tamttt on 1/5/2006
  • Re: How to call the DNN Lists from a custom module

    This is a routine I have created to fill combobox or listbox with values from Lists table, To get all countries, ListName is "Country", the Parentkey is "" To get all Region in United State, ListName is "Region", and ParentKey is "Country.US" Public Shared Sub BindList( ByVal ListControl As ListControl, ByVal ListName As String , ByVal SelectedValue As String , Optional ByVal UseDisplayText As Boolean = False , Optional ByVal ParentKey As String = "") Dim ctlList As New Common.Lists.ListController
    Posted to Custom Modules (Forum) by tamttt on 1/4/2006
  • Re: Active Directory for new versions?

    The password synchronize feature didn't include in DNN.3.2. In this version when user first logon, the module created a random string to be stored as password in DNN database. Ofcourse this password (db) doesn't match the AD password, unless user haven't changed it in DNN user account profile page. Logon process Each time user access the site, if Windows Authentication enabled he/she will be authenticated using Windows Authentication. If user logon using DNN signin form, the module checks password
    Posted to DotNetNuke (Forum) by tamttt on 11/29/2005
  • Re: Active Directory for new versions?

    thecrispy1 wrote: To my knowledge there is no way to pull password from AD, only to verify against. So, if the user updates their pass in AD it is then only updated in AD, which is where the authentication goes against anyways. It's true, and in .NET 2.0 the password property of DirectoryEntry object marked as write only. I do have a solution to check if password was changed in AD (using DNN password against AD), however I didn't include it into 3.2 because of performance, this solution need more
    Posted to DotNetNuke (Forum) by tamttt on 11/22/2005
  • Re: Sv: Re: Active Directory for new versions?

    Follow this instruction http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/234/Default.aspx The old settings is stored in cache, so you need to clear cache (logon as Host go to HostSettings find button clear cache there) Tam
    Posted to DotNetNuke (Forum) by tamttt on 11/17/2005
  • Re: DNN 3.2 Active Directory Authentication

    programmer17 wrote: One last thing! It would be nice to have an import utility for AD authentication that would import a list of available groups in AD that can then be chosen from to import into DNN. This would also be nice for users as well and their detail information. FYI: I have created this module, it needs some more testing with 3.2 and will be released as custom module. Tam
    Posted to DotNetNuke (Forum) by tamttt on 11/11/2005
  • Re: What is the NT / Active Directory authentication about?

    ksbecker wrote: Ok, that helped out a lot, thanks. So I don't have TOTAL control over the AD. My org. is a tree in the forest (I think that's the phrase) and our domain is xxx.xxx.xxx.com. Do I have to have access to the very top level? I'm not that familiar with AD and how all of that works. You don't need to have the access right to the root forest. what you input in root domain text box, the module will search for users from that domain (and its child domains if exists) Tam
    Posted to DotNetNuke (Forum) by tamttt on 11/11/2005
  • Re: How to use Authentication in DDN 3.2- can't find documents

    It seems you have double-hop issue, refer http://support.microsoft.com/default.aspx?scid=kb;en-us;329986#3 for more info you could temporary download the document for my previous version at http://www.tttcompany.com to solve your issue. We're going to release an instruction for implementing the Windows Authentication for 3.2 soon Tam
    Posted to DotNetNuke (Forum) by tamttt on 11/11/2005
Page 1 of 38 (374 items) 1 2 3 4 5 Next > ... Last »