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.
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 ?
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.?
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 :
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
hunter2006
Member
4 Points
15 Posts
How to run Time tracker with Active directory ?
May 19, 2008 01:19 PM|LINK
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 ?
Updateing web.config IIS 6.0
ArminStockne...
Contributor
2075 Points
387 Posts
Re: How to run Time tracker with Active directory ?
May 19, 2008 03:01 PM|LINK
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.
hunter2006
Member
4 Points
15 Posts
Re: How to run Time tracker with Active directory ?
May 20, 2008 03:25 PM|LINK
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 ?
Updateing web.config
chetan.sarod...
All-Star
65621 Points
11119 Posts
Re: How to run Time tracker with Active directory ?
May 21, 2008 03:25 AM|LINK
http://www.15seconds.com/issue/020730.htm
http://forums.asp.net/t/1105724.aspx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
hunter2006
Member
4 Points
15 Posts
Re: How to run Time tracker with Active directory ?
May 21, 2008 09:27 AM|LINK
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.?
hunter2006
Member
4 Points
15 Posts
Re: How to run Time tracker with Active directory ?
May 22, 2008 07:43 AM|LINK
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.
</div></div>Updateing web.config ASP.NET "Solution"
ArminStockne...
Contributor
2075 Points
387 Posts
Re: How to run Time tracker with Active directory ?
May 22, 2008 11:26 AM|LINK
I think you are right you have to change alot. Because now the roles are different.
chetan.sarod...
All-Star
65621 Points
11119 Posts
Re: How to run Time tracker with Active directory ?
May 27, 2008 03:23 AM|LINK
Great [Yes]
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
flyby35
Member
137 Points
400 Posts
Re: How to run Time tracker with Active directory ?
Nov 22, 2008 03:54 AM|LINK
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
chetan.sarod...
All-Star
65621 Points
11119 Posts
Re: How to run Time tracker with Active directory ?
Nov 25, 2008 02:24 AM|LINK
Same here
http://forums.asp.net/t/1327037.aspx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.