BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  General  General discuss...  Import Users?
Previous Previous
 
Next Next
New Post 1/30/2007 1:58 PM
User is offline rbaldwin
4 posts
No Ranking


Import Users? 
Is it possible at all to import users from an xml file, or from Active Directory?  This would be fantastic, as I've downloaded the app but the idea of adding 100+ users manually makes me sad.
 
New Post 1/30/2007 4:20 PM
User is offline admin
658 posts
bugnetproject.com
1st Level Poster




Re: Import Users? 
 rbaldwin wrote
Is it possible at all to import users from an xml file, or from Active Directory?  This would be fantastic, as I've downloaded the app but the idea of adding 100+ users manually makes me sad.


This is currently not possibly.  The best alternative I can suggest at this time is to enable the windows authentication http module in the web.config(uncomment it) and turn on windows authentication(in IIS and in the application configuration page in BugNET). 

Send all your users a link to the website, when they visit their accounts will be created in the database.

Then you will need to assign them to roles in BugNET.

Davin Dubeau
BugNET - Core Developer

 
New Post 1/31/2007 1:57 PM
User is offline rbaldwin
4 posts
No Ranking


Re: Import Users? 
Hey Davin,

Thanks for the reply.  However I'm pretty confused as to what I actually need to set in the Configuration page in BugNET.  Is there any documentation I can read on how to setup security in BugNET?

Thanks.
 
New Post 1/31/2007 2:12 PM
User is offline rbaldwin
4 posts
No Ranking


Re: Import Users? 
 rbaldwin wrote
Hey Davin,

Thanks for the reply.  However I'm pretty confused as to what I actually need to set in the Configuration page in BugNET.  Is there any documentation I can read on how to setup security in BugNET?

Thanks.


Also - which setting am I supposed to uncomment in the web.config?  Which is the windows authentication http module?  or is this simply the Windows authentication rather than Forms authentication?
 
New Post 1/31/2007 6:31 PM
User is offline admin
658 posts
bugnetproject.com
1st Level Poster




Re: Import Users? 

  1. Set the ActiveDirectory for the authentication in the host settings and enter a username and password that has read access to the directory.
  2. Add a domain user you wish to use as the administrator to the BugNET application through the users section and assign them to the SuperUser role.
  3. Comment the forms authentication and uncomment the windows authentication in the web.config
  4. Uncomment  <!-- <add name="AuthenticationModule" type="BugNET.HttpModules.AuthenticationModule, BugNET.HttpModules.Authentication" /> -->  in the httpmodules section of the web.config
  5. Turn off anonymous authentication for the web site in IIS

Davin Dubeau
BugNET - Core Developer

 
Previous Previous
 
Next Next
  Forum  General  General discuss...  Import Users?

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.