Re: AD Settings in RB

2010-04-29 Thread Christian Hammond
Hi,

I was hoping someone else would respond to this. AD is a
contributor-supplied feature, which I have little personal knowledge of.

We make use of the Python ldap and DNS modules in order to handle
authentication. I don't know what is needed to support multiple security
groups, whether we need to modify code to allow for it or what. I'd love to
give you a better answer, but this is just outside my area of expertise. I'd
be fine with providing such support in our ActiveDirectory backend if
someone with the ability to test this could provide a patch.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Wed, Apr 28, 2010 at 9:43 PM, Kunjal kunjal.par...@gmail.com wrote:

 Can someone please replay as soon as possible?


 On Apr 27, 5:42 pm, Kunjal kunjal.par...@gmail.com wrote:
  We have RB 1.0.5.1 installed.
  We have configured AD settings so all the users can login easily.
  Now, the issue is that we want to restrict users to only few
  departments in our company.
  So, we have created new windows security groups which has nested
  multiple department names in it.
  After doing this, the users of this departments can not access RB.
  If we put one department group then it works. But nesting of
  departments does not work.
  Does the RB 1.0.5.1 has ability to put multiple windows security
  groups for access/authentication? Is nesting possible?
 
  --
  Want to help the Review Board project? Donate today athttp://
 www.reviewboard.org/donate/
  Happy user? Let us know athttp://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
  For more options, visit this group athttp://
 groups.google.com/group/reviewboard?hl=en

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: AD Settings in RB

2010-04-29 Thread grimbeaver
You might be able to do it by setting the group name or a custom
search root in the settings but I'm not real familiar with the AD
scheme.  Currently I'm just using the Find DC from DNS option.  The
other thing to remember is that a user is not created in reviewboard
until after the user logs in once.  This makes assigning privileges
kind of difficult.

On Apr 29, 2:50 am, Christian Hammond chip...@chipx86.com wrote:
 Hi,

 I was hoping someone else would respond to this. AD is a
 contributor-supplied feature, which I have little personal knowledge of.

 We make use of the Python ldap and DNS modules in order to handle
 authentication. I don't know what is needed to support multiple security
 groups, whether we need to modify code to allow for it or what. I'd love to
 give you a better answer, but this is just outside my area of expertise. I'd
 be fine with providing such support in our ActiveDirectory backend if
 someone with the ability to test this could provide a patch.

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board -http://www.reviewboard.org
 VMware, Inc. -http://www.vmware.com





 On Wed, Apr 28, 2010 at 9:43 PM, Kunjal kunjal.par...@gmail.com wrote:
  Can someone please replay as soon as possible?

  On Apr 27, 5:42 pm, Kunjal kunjal.par...@gmail.com wrote:
   We have RB 1.0.5.1 installed.
   We have configured AD settings so all the users can login easily.
   Now, the issue is that we want to restrict users to only few
   departments in our company.
   So, we have created new windows security groups which has nested
   multiple department names in it.
   After doing this, the users of this departments can not access RB.
   If we put one department group then it works. But nesting of
   departments does not work.
   Does the RB 1.0.5.1 has ability to put multiple windows security
   groups for access/authentication? Is nesting possible?

   --
   Want to help the Review Board project? Donate today athttp://
 www.reviewboard.org/donate/
   Happy user? Let us know athttp://www.reviewboard.org/users/
   -~--~~~~--~~--~--~---
   To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegr 
  oups.com
   For more options, visit this group athttp://
  groups.google.com/group/reviewboard?hl=en

  --
  Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
  Happy user? Let us know athttp://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegr 
  oups.com
  For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

 --
 Want to help the Review Board project? Donate today 
 athttp://www.reviewboard.org/donate/
 Happy user? Let us know athttp://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: AD Settings in RB

2010-04-29 Thread Kunjal
Thanks.
Is this feature will get supported in near future?

On Apr 29, 4:52 am, grimbeaver tbrez...@gmail.com wrote:
 You might be able to do it by setting the group name or a custom
 search root in the settings but I'm not real familiar with the AD
 scheme.  Currently I'm just using the Find DC from DNS option.  The
 other thing to remember is that a user is not created in reviewboard
 until after the user logs in once.  This makes assigning privileges
 kind of difficult.

 On Apr 29, 2:50 am, Christian Hammond chip...@chipx86.com wrote:





  Hi,

  I was hoping someone else would respond to this. AD is a
  contributor-supplied feature, which I have little personal knowledge of.

  We make use of the Python ldap and DNS modules in order to handle
  authentication. I don't know what is needed to support multiple security
  groups, whether we need to modify code to allow for it or what. I'd love to
  give you a better answer, but this is just outside my area of expertise. I'd
  be fine with providing such support in our ActiveDirectory backend if
  someone with the ability to test this could provide a patch.

  Christian

  --
  Christian Hammond - chip...@chipx86.com
  Review Board -http://www.reviewboard.org
  VMware, Inc. -http://www.vmware.com

  On Wed, Apr 28, 2010 at 9:43 PM, Kunjal kunjal.par...@gmail.com wrote:
   Can someone please replay as soon as possible?

   On Apr 27, 5:42 pm, Kunjal kunjal.par...@gmail.com wrote:
We have RB 1.0.5.1 installed.
We have configured AD settings so all the users can login easily.
Now, the issue is that we want to restrict users to only few
departments in our company.
So, we have created new windows security groups which has nested
multiple department names in it.
After doing this, the users of this departments can not access RB.
If we put one department group then it works. But nesting of
departments does not work.
Does the RB 1.0.5.1 has ability to put multiple windows security
groups for access/authentication? Is nesting possible?

--
Want to help the Review Board project? Donate today athttp://
  www.reviewboard.org/donate/
Happy user? Let us know athttp://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to
   reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegr
oups.com
For more options, visit this group athttp://
   groups.google.com/group/reviewboard?hl=en

   --
   Want to help the Review Board project? Donate today at
  http://www.reviewboard.org/donate/
   Happy user? Let us know athttp://www.reviewboard.org/users/
   -~--~~~~--~~--~--~---
   To unsubscribe from this group, send email to
   reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegr
oups.com
   For more options, visit this group at
  http://groups.google.com/group/reviewboard?hl=en

  --
  Want to help the Review Board project? Donate today 
  athttp://www.reviewboard.org/donate/
  Happy user? Let us know athttp://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to 
  reviewboard+unsubscr...@googlegroups.com
  For more options, visit this group 
  athttp://groups.google.com/group/reviewboard?hl=en

 --
 Want to help the Review Board project? Donate today 
 athttp://www.reviewboard.org/donate/
 Happy user? Let us know athttp://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://groups.google.com/group/reviewboard?hl=en- Hide quoted text -

 - Show quoted text -

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: AD Settings in RB

2010-04-28 Thread Kunjal
Can someone please replay as soon as possible?


On Apr 27, 5:42 pm, Kunjal kunjal.par...@gmail.com wrote:
 We have RB 1.0.5.1 installed.
 We have configured AD settings so all the users can login easily.
 Now, the issue is that we want to restrict users to only few
 departments in our company.
 So, we have created new windows security groups which has nested
 multiple department names in it.
 After doing this, the users of this departments can not access RB.
 If we put one department group then it works. But nesting of
 departments does not work.
 Does the RB 1.0.5.1 has ability to put multiple windows security
 groups for access/authentication? Is nesting possible?

 --
 Want to help the Review Board project? Donate today 
 athttp://www.reviewboard.org/donate/
 Happy user? Let us know athttp://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en