Re: Active Directory

2017-05-08 Thread nuanedi
On Tuesday, 5 October 2010 13:05:06 UTC-4, albal wrote: > > Hi, > > I'm trying to get Active Directory Authentication working with > ReviewBoard 1.5. I am running on Debian-Lenny and I have a successful > install of ReviewBoard but I would like to have our users authenticate > against our

Re: Active directory/ LDAP authentication error

2015-02-24 Thread Stephen Gallagher
On Mon, 2015-02-23 at 11:37 -0800, JToThe DBizzle wrote: Hi there, I have installed Review Board 1.7 on a Centos 6 server using YUM. I am having difficulty getting AD authentication working, I have used Active directory and LDAP and each time I get an error with the domain controller's

Re: Active Directory authentication with multiple domains

2015-01-19 Thread Tyler Effinger
Mary, Did you ever find an answer to this? I have multiple domains across the US (MW, NW, SW etc) and would like to query each of them. Let me know if you can point me in the right direction. Thanks! On Wednesday, August 31, 2011 at 7:10:10 PM UTC-5, Mary Wholey wrote: Hello all, We

Re: Active Directory - Can't Assign New User to Review

2014-07-18 Thread fireworm
/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.1-py2.7.egg/reviewboard/accounts/backends.py Line 698: def get_or_create_user(self, username, request, ad_user_data): username = re.sub(INVALID_USERNAME_CHAR_REGEX, '', username).lower()

Re: Active Directory - Can't Assign New User to Review

2014-07-17 Thread Jason Batchkoff
*bump bump* Anyone? Still haven't figured out how to get a local change to the py scripts to reflect correctly in the running copy. On Wed, Jul 2, 2014 at 9:58 AM, fireworm firewor...@gmail.com wrote: *bump* Anyone have any ideas? On Thursday, June 26, 2014 11:53:46 AM UTC-7, fireworm

Re: Active Directory - Can't Assign New User to Review

2014-07-17 Thread Bruce Cran
Do you also need to restart memcached? -- Bruce On Thu, Jul 17, 2014 at 9:51 AM, Jason Batchkoff firewor...@gmail.com wrote: *bump bump* Anyone? Still haven't figured out how to get a local change to the py scripts to reflect correctly in the running copy. -- Get the Review Board

Re: Active Directory - Can't Assign New User to Review

2014-07-17 Thread David Trowbridge
You probably need to delete the .pyc file and reload the web server. -David On Thu, Jul 17, 2014 at 11:32 AM, Bruce Cran bruce.c...@gmail.com wrote: Do you also need to restart memcached? -- Bruce On Thu, Jul 17, 2014 at 9:51 AM, Jason Batchkoff firewor...@gmail.com wrote: *bump

Re: Active Directory - Can't Assign New User to Review

2014-07-17 Thread David Trowbridge
That's pretty mysterious. Are you sure that the logging you added is in the correct places? -David On Thu, Jul 17, 2014 at 2:01 PM, fireworm firewor...@gmail.com wrote: Yep, that's what I did. But it refuses to acknowledge I changed the actual execution logic... Or it's just super smart?

Re: Active Directory - Can't Assign New User to Review

2014-07-02 Thread fireworm
*bump* Anyone have any ideas? On Thursday, June 26, 2014 11:53:46 AM UTC-7, fireworm wrote: Removed the pyc file (review_request.pyc). Set myself as the owner (not www-data or admin or whatever). Restarted apache. Refreshed the review webpage. Page loaded just fine, no pyc next to

Re: Active Directory - Can't Assign New User to Review

2014-06-26 Thread Christian Hammond
Hmm, it should be called under those conditions. Just to check, are you using the Local Sites feature? (If you don’t know what that is, then no.) Can you also just verify in Authentication Settings that it’s Active Directory and not LDAP? Christian --  Christian Hammond - 

Re: Active Directory - Can't Assign New User to Review

2014-06-26 Thread fireworm
Local Site: Not that I'm aware. (I don't know what it is...) Yep, Authentication Settings are Active Directory. (New Users can login via AD just fine.) On Thursday, June 26, 2014 12:49:57 AM UTC-7, Christian Hammond wrote: Hmm, it should be called under those conditions. Just to check, are

Re: Active Directory - Can't Assign New User to Review

2014-06-26 Thread fireworm
...I get the feeling my changes to the python are somehow not being actually run. Is there a place I can put a logging.debug() call that absolutely gets hit 100% of the time to make sure i can see it? On Thursday, June 26, 2014 9:19:22 AM UTC-7, fireworm wrote: Local Site: Not that I'm

Re: Active Directory - Can't Assign New User to Review

2014-06-26 Thread fireworm
Ok, adding garbage text to the python is not causing the server to go down, I'm thinking my updates aren't taking effect. More sanity checking: I don't have any of the developer code installed and am modifying the install itself, right? I don't need to update an executable somewhere forcibly?

Re: Active Directory - Can't Assign New User to Review

2014-06-26 Thread Christian Hammond
Yeah, it does sound like it’s not executing. Try removing the .pyc file, just to check. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On June 26, 2014 at 10:12:41 AM, fireworm (firewor...@gmail.com)

Re: Active Directory - Can't Assign New User to Review

2014-06-26 Thread fireworm
Removed the pyc file (review_request.pyc). Set myself as the owner (not www-data or admin or whatever). Restarted apache. Refreshed the review webpage. Page loaded just fine, no pyc next to review_request.py. Seems super suspicious. On Thursday, June 26, 2014 11:47:41 AM UTC-7, Christian Hammond

Re: Active Directory - Can't Assign New User to Review

2014-06-25 Thread Christian Hammond
Just to sanity-check, can you tell me the exact steps you’re using for adding a user, and exactly what you see on the screen? Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On June 24, 2014 at

Re: Active Directory - Can't Assign New User to Review

2014-06-25 Thread Bruce Cran
Have you bumped the logging level to DEBUG in the admin settings? -- Bruce On Tue, Jun 24, 2014 at 7:02 PM, fireworm firewor...@gmail.com wrote: I modified the one in /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.1-py2.7.egg/reviewboard/accounts/backend.py Then I restarted

Re: Active Directory - Can't Assign New User to Review

2014-06-25 Thread fireworm
Christian: Open an existing review open in the RB website. Click the pencil under 'People' (which brings up a text box that is empty (no one is currently on the review)). Type in a name in our domain that doesn't have an account yet. (Other accounts show up in the 'intellisense'.) Hit Enter.

Re: Active Directory - Can't Assign New User to Review

2014-06-24 Thread Christian Hammond
Sorry, busy few days. You would need to edit reviewboard/accounts/backends.py and look for ActiveDirectoryBackend. In it, you will find a ‘get_or_create_user’ function. I’d start by adding a logging statement just below where username is assigned:    

Re: Active Directory - Can't Assign New User to Review

2014-06-24 Thread fireworm
I modified the one in /usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.1-py2.7.egg/reviewboard/accounts/backend.py Then I restarted Apache, and reloaded the page, and tried to add a user who doesn't have an RB account. (I see an updated pyc in that folder as well) But I don't see

Re: Active Directory - Can't Assign New User to Review

2014-06-23 Thread fireworm
*bump* Any ideas on what I can do? On Thursday, June 19, 2014 9:08:00 AM UTC-7, fireworm wrote: I'd be ok with adding some logging. Just be super explicit on what to do and what commands to run after. :) On Thursday, June 19, 2014 12:54:49 AM UTC-7, Christian Hammond wrote: Hi, Would

Re: Active Directory - Can't Assign New User to Review

2014-06-19 Thread Christian Hammond
Hi, Would you feel comfortable adding some logging statements to the ActiveDirectory code to help track this down? It’s supposed to look up the appropriate user and add it, even if Review Board doesn’t yet know about it. I can give you instructions on where to add them. Christian -- 

Re: Active Directory - Can't Assign New User to Review

2014-06-19 Thread fireworm
I'd be ok with adding some logging. Just be super explicit on what to do and what commands to run after. :) On Thursday, June 19, 2014 12:54:49 AM UTC-7, Christian Hammond wrote: Hi, Would you feel comfortable adding some logging statements to the ActiveDirectory code to help track this

Re: Active directory groups as review groups

2013-10-31 Thread Christian Hammond
Hi Logan, I believe I've heard of people doing this in the past, with custom scripts, but we don't have any support for it directly in Review Board today. Christian On Wednesday, October 30, 2013, Logan Stuart wrote: Is it possible to utilize existing AD groups as review groups? We have

Re: Active Directory Authentication with TLS

2012-01-18 Thread Thilo-Alexander Ginkel
On Tue, Jan 17, 2012 at 21:09, Brad Hards br...@frogmouth.net wrote: On Wednesday 18 January 2012 02:08:50 Thilo-Alexander Ginkel wrote: When disabling TLS, everything works like expected. Are you just enabling / disabling TLS? Yes. Any ideas? Do I need to register the AD DC's CA certificate

Re: Active Directory Authentication with TLS

2012-01-17 Thread Brad Hards
On Wednesday 18 January 2012 02:08:50 Thilo-Alexander Ginkel wrote: When disabling TLS, everything works like expected. Are you just enabling / disabling TLS? Any ideas? Do I need to register the AD DC's CA certificate as trusted root somewhere? Check you're using the right port for your AD

Re: Active directory auth

2011-08-26 Thread sssd help
Is there anyway to pass a bind user to initiate the authentication request? On Fri, Aug 26, 2011 at 10:47 AM, sssd help sssdh...@gmail.com wrote: Hi list, Thanks everyone for the help I've received thus far. I'm running into one final issue and that is with authentication to active

Re: Active Directory (or LDAP) authentication setup to AD server that disallows anonymous queries

2011-04-28 Thread Game_Maker
UPDATE: I found that this actually *is* working properly (it checks Active Directory then falls back to standard auth if Active Directory fails). I'd still appreciate any information anyone can provide on mapping RB groups to Active Directory or LDAP groups. Thanks! On Apr 27, 2:51 pm,

Re: Active Directory (or LDAP) authentication setup to AD server that disallows anonymous queries

2011-04-28 Thread Christian Hammond
Hi, There's no support in RB for syncing/mapping groups. You'd need a custom tool that performs this based on your setup and requirements. Christian On Thursday, April 28, 2011, Game_Maker brittcmor...@gmail.com wrote: UPDATE:  I found that this actually *is* working properly (it checks

Re: Active Directory

2010-10-11 Thread Al West
Does no one use active directory integration then? Thanks, Al On 5 October 2010 18:05, albal a...@tsew.net wrote: Hi, I'm trying to get Active Directory Authentication working with ReviewBoard 1.5.  I am running on Debian-Lenny and I have a successful install of ReviewBoard but I would like

Re: Active Directory

2010-10-11 Thread Christian Hammond
Hi, People do use it, but I guess nobody who uses it has had anything useful to contribute to this. The error you're getting is what we get from the Python ldap library when it determines that the server name you provided is down. This would indicate that either the machine is unreachable or

RE: Active Directory

2010-10-11 Thread Tim Pinet
-10 5:50 AM To: reviewboard@googlegroups.com Subject: Re: Active Directory Hi, People do use it, but I guess nobody who uses it has had anything useful to contribute to this. The error you're getting is what we get from the Python ldap library when it determines that the server name you

Re: Active Directory

2010-10-11 Thread Al West
to post our params). Tim From: reviewboard@googlegroups.com [mailto:reviewbo...@googlegroups.com] On Behalf Of Christian Hammond Sent: October-11-10 5:50 AM To: reviewboard@googlegroups.com Subject: Re: Active Directory Hi, People do use it, but I guess nobody who uses it has had

Re: Active Directory

2010-10-11 Thread Thilo-Alexander Ginkel
On Mon, Oct 11, 2010 at 15:18, Al West a...@tsew.net wrote: Okay so at least I know it works!  I did try using LDAP settings but it's only my second time using LDAP on Linux so I was getting the parameters wrong and locked myself out a few times.  How does one reset the authentication settings

Re: Active Directory form is disabled

2010-02-06 Thread Jan Koprowski
Hi Christian! I find solution :) My problem based on fact i had ldap and pydns :] and this for still doesn't work. But running import ldap explain me everything. Installing all dependencies to python-ldap on Windows is still hard so I gave up and start using ReviewBoard under Linux. Jan

Re: Active Directory form is disabled

2010-02-05 Thread Christian Hammond
Hi Jan, It doesn't tell you that there's a missing dependency or anything? You will need the ldap and PyDNS modules installed to use it. Make sure to restart Apache after installing those. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware,

Re: Active Directory Settings and ReviewBoard

2009-11-14 Thread Christian Hammond
Hi Kunjal, There's no good way for this, short of writing custom code to automate it. You'd need to loop through every user in AD and call reviewboard.webapi.json.find_user(username). I can't really help with the part about looping through AD users, though. That being said, you should be able to

Re: Active Directory

2009-08-25 Thread gbjbaanb
On Aug 5, 8:43 pm, Tony Bibbs t...@tonybibbs.com wrote: When I select this in the settings tab it won't let me edit any of the AD settings.  Am I missing something? --Tony I have a similar problem, but the settings occasionally return. It appears that the settings do not save correctly. I

Re: Active Directory

2009-08-25 Thread gbjbaanb
Update: reloading httpd fixes some of the issues, and re-applying the upgrade script (running rb-site upgrade /www/...) made a lot of difference. It now remembers the settings! In fact, it remembers the settings too well.. this is probably the problem - caching. I can update a few things, then

Re: Active Directory

2009-08-25 Thread gbjbaanb
Eventually, I restarted httpd and tried again... and got it working. So now I'm not going to touch it :) My settings - to connect to a Active Directory server, using an anonymous proxy agent (ie our AD is configured not to allow direct connections from the untrusted world, but I can connect