BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportGeneral SupportGeneral SupportAccess ControlAccess Control
Previous
 
Next
New Post
7/13/2006 9:05 AM
 

Greetings:

I am using an NT Domain and using NTLM. I want to know if there's a way to make it so users do not have to log into the BugNet application, but rather have their NT Domain user name be used as the username for the BugNET application. This way, they don't need to identify themselves when creating issues, etc.

Please advise?

Best Regards,

Darryll

 
New Post
7/13/2006 12:15 PM
 

Hi Darryll,


To enable seamless windows authentication with BugNET modify the web.config as follows:

Comment  this section:

<authentication mode="Forms">

            <forms name=".ASPXAUTH" protection="All" timeout="60" />

</authentication>

And Uncomment this section:

      <authentication mode="Windows" />


You will also have to take anonymous authentication off the virtual direction in IIS and make sure windows authentication is checked.

In the host settings you can specify Active Directory if setup and provide a username and password that can read from the AD.  This will grab users information once they visit the application.


Davin Dubeau

follow us on twitter facebook users group google plus
 
Previous
 
Next
HomeHomeSupportSupportGeneral SupportGeneral SupportAccess ControlAccess Control


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.