How to run Time tracker with Active directory ?

Rate It (1)

Last post 05-26-2008 11:23 PM by chetan.sarode. 7 replies.

Sort Posts:

  • How to run Time tracker with Active directory ?

    05-19-2008, 9:19 AM
    • Loading...
    • hunter2006
    • Joined on 05-13-2008, 12:09 PM
    • Posts 15

    hello guys

    need some help ,just i was searching how to configer time trakcer to manage the Doman account over active directory to login using sql server ??

    or 

    How to run Time tracker with Active directory ?

     

  • Re: How to run Time tracker with Active directory ?

    05-19-2008, 11:01 AM

    Hey read through this short article about active directory membership provider:

    http://blogs.msdn.com/gduthie/archive/2005/08/17/452905.aspx

    There you see several entries for the web.config file. Just switch them with you <membership> section you will see. That should be enough update your web.config file of timetracker. 

    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
  • Re: How to run Time tracker with Active directory ?

    05-20-2008, 11:25 AM
    • Loading...
    • hunter2006
    • Joined on 05-13-2008, 12:09 PM
    • Posts 15

    well i read alot about ADmembership provider , but im still confused about if that will only alow u to login into the Time tracker ? what about the user that should create projects .. added to projects ? will that maintined though code later ? or automatically by AD MSprovider ?

    Filed under: ,
  • Re: How to run Time tracker with Active directory ?

    05-20-2008, 11:25 PM
    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: How to run Time tracker with Active directory ?

    05-21-2008, 5:27 AM
    • Loading...
    • hunter2006
    • Joined on 05-13-2008, 12:09 PM
    • Posts 15

    some of the post i have read :  

    --------------------------------------------------------------------- ---------------------------------------------------------------------

    I've made the same changes, but first I've created a user with "administrative power" like this: <domain>\<username>

     Then I changed the "authentication mode" to windows and could enter with no problems.

     ------------------------------------------------------------------------------------------------------------------------------------------

    i have tested this aginst AD to logon with diffrent user account but all acccess was done with the current loged in to windows , that is not right to do with AD to make AD user AD memebership provider u have to use Form authintaction . do i seems worng plz correct me if i'm mistaken plz.?

  • Re: How to run Time tracker with Active directory ?

    05-22-2008, 3:43 AM
    Answer
    • Loading...
    • hunter2006
    • Joined on 05-13-2008, 12:09 PM
    • Posts 15

    well , finaly i was able to access the site using AD membership provider, but the qestion still rised , and i guss that  alot if modification has to be done to handel the user roles and to assign these users. and here is complete help about how i configured AD :

     

    <system.web>

     

       <authentication mode="Forms">

          <forms name="ADAuthCookie" timeout="10" loginUrl="Login.aspx" defaultUrl="Default.aspx"></forms>

       </authentication>

    <authorization>

      <deny users="?"/>

       <allow users="*"/>

    </authorization>

    <membership defaultProvider="DomainLoginMembershipProvider">

    <providers>

    <add name="DomainLoginMembershipProvider"

        type="System.Web.Security.ActiveDirectoryMembershipProvider,System.Web, Version=2.0.0.0,Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

        connectionStringName="ADConnectionString"

        attributeMapUsername="sAMAccountName"

       enableSearchMethods="true"

       connectionUsername="User@Domain.com"

       connectionPassword="Password" /> </providers>

    </membership>

    Dont forget to add asp.net 2 login control.

  • Re: How to run Time tracker with Active directory ?

    05-22-2008, 7:26 AM

    I think you are right you have to change alot. Because now the roles are different. 

    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
  • Re: How to run Time tracker with Active directory ?

    05-26-2008, 11:23 PM

    Great Yes

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
Page 1 of 1 (8 items)
Microsoft Communities
Page view counter