How to run Time tracker with Active directory ?

Rate It (1)

Last post 12-01-2008 10:23 PM by chetan.sarode. 12 replies.

Sort Posts:

  • How to run Time tracker with Active directory ?

    05-19-2008, 9:19 AM
    • Member
      4 point Member
    • hunter2006
    • Member since 05-13-2008, 4: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
    • Contributor
      2,017 point Contributor
    • ArminStockner
    • Member since 09-19-2006, 6:18 AM
    • Germany, Bavaria
    • Posts 373

    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
    • Member
      4 point Member
    • hunter2006
    • Member since 05-13-2008, 4: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
    • Member
      4 point Member
    • hunter2006
    • Member since 05-13-2008, 4: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
    • Member
      4 point Member
    • hunter2006
    • Member since 05-13-2008, 4: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
    • Contributor
      2,017 point Contributor
    • ArminStockner
    • Member since 09-19-2006, 6:18 AM
    • Germany, Bavaria
    • Posts 373

    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.
  • Re: How to run Time tracker with Active directory ?

    11-21-2008, 11:54 PM
    • Member
      106 point Member
    • flyby35
    • Member since 09-02-2008, 6:25 PM
    • Posts 299

    is there anyone that actually get Time Tracker to work with Active directory?  can you point me to the right direction?  I'm still stuck on this issue.  Thanks

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

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

    11-27-2008, 10:25 PM

    Any updates on this

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
  • Re: How to run Time tracker with Active directory ?

    12-01-2008, 9:37 AM
    • Member
      106 point Member
    • flyby35
    • Member since 09-02-2008, 6:25 PM
    • Posts 299

    I haven't got it to work yet.  I will let you know when I'm done.  Thanks

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

    12-01-2008, 10:23 PM

    Ok, thanks

    Chetan Sarode
    Software Engineer,
    Approva Systems Pvt Ltd,
    Pune, India.
Page 1 of 1 (13 items)