Re: setting windows active directory authentication backend

2009-12-11 Thread Christian Hammond
If there was any sort of error, it should appear in the log file. So it sounds like it successfully talked to the server, but just failed to authenticate. I'm no expert in Active Directory, so hopefully others can weigh in here. Perhaps it's just something not implemented that others haven't

Re: setting windows active directory authentication backend

2009-12-11 Thread Ravi Kondamuru
with other users as well. Current settings: Authentication Method: Active Directory Domain: domain.net Find DC in DNS How can I enable ssl only during authentication so that username/passwd do not appear in clear text when they are sent to my reviewboard server? There is no such concern during Ad

Re: Integrated authentication with Active Directory

2009-11-16 Thread Akhilesh
Thanks Thilo for the pointer. It fixed he issue. On Nov 13, 11:39 am, Thilo-Alexander Ginkel th...@ginkel.com wrote: On Friday 13 November 2009 17:36:17Akhileshwrote: Thanks Thilo for reply. I see that Find DC from DNS remains disabled. How do I enable it? IIRC you need to install pydns

Fetching all user accounts from Active Directory

2009-11-16 Thread Akhilesh
Hi, I have Reviewboard site (running on Windows) integrated with Active Directory. One issue that I'm seeing is unless end-user accesses reviewboard site at least once, his/her name doesn't appear in the drop-down list for People field in the Review Request. It means I can post the review

Re: Fetching all user accounts from Active Directory

2009-11-16 Thread Christian Hammond
There was a post about this recently. Basically, no, we can't scan for people and add them. However, you can type in a username that exists in your Active Directory that isn't yet in Review Board, and if it finds it, it will add to the database. Christian -- Christian Hammond - chip...@chipx86

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: Integrated authentication with Active Directory

2009-11-13 Thread Thilo-Alexander Ginkel
On Fri, Nov 13, 2009 at 03:37, Akhilesh akhileshjo...@gmail.com wrote: I'm having some trouble setting up integrated authentication with AD. Here is what I have done- 1. joined VM hosting ReviewBoard site to company.com 2. From Admin menu, set Authentication method = Active Directory 3. Set

Re: Integrated authentication with Active Directory

2009-11-13 Thread Akhilesh
with AD. Here is what I have done- 1. joined VM hosting ReviewBoard site to company.com 2. From Admin menu, set Authentication method = Active Directory 3. Set domain name = Company.com 4. installed python_ldap-2.3.7-py2.5.egg-info When I try to login using my Company.com\Akhilesh

Re: Integrated authentication with Active Directory

2009-11-13 Thread Thilo-Alexander Ginkel
On Friday 13 November 2009 17:36:17 Akhilesh wrote: Thanks Thilo for reply. I see that Find DC from DNS remains disabled. How do I enable it? IIRC you need to install pydns (e.g., using easy_install). Regards, Thilo --~--~-~--~~~---~--~~ Want to help the

Integrated authentication with Active Directory

2009-11-12 Thread Akhilesh
I'm having some trouble setting up integrated authentication with AD. Here is what I have done- 1. joined VM hosting ReviewBoard site to company.com 2. From Admin menu, set Authentication method = Active Directory 3. Set domain name = Company.com 4. installed python_ldap-2.3.7-py2.5.egg-info

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

Active Directory

2009-08-05 Thread Tony Bibbs
When I select this in the settings tab it won't let me edit any of the AD settings. Am I missing something? --Tony --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups reviewboard group. To post to this group, send

Issue 1171 in reviewboard: Unable to configure Active Directory/LDAP authentication scheme

2009-07-16 Thread codesite-noreply
Comment #3 on issue 1171 by gregory.rome: Unable to configure Active Directory/LDAP authentication scheme http://code.google.com/p/reviewboard/issues/detail?id=1171 Correct. Sorry for the mistake, it's not a issue. Tested in 1.0. -- You received this message because you are listed

Issue 1171 in reviewboard: Unable to configure Active Directory/LDAP authentication scheme

2009-07-08 Thread codesite-noreply
Comment #2 on issue 1171 by matt.c.hughes: Unable to configure Active Directory/LDAP authentication scheme http://code.google.com/p/reviewboard/issues/detail?id=1171 I think this is symptomatic of a missing python-ldap package, which Active Directory seems to use under the hood. On Win32

Issue 1171 in reviewboard: Unable to configure Active Directory/LDAP authentication scheme

2009-06-16 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1171 by gregory.rome: Unable to configure Active Directory/LDAP authentication scheme http://code.google.com/p/reviewboard/issues/detail?id=1171 *NOTE: Do not post confidential information in this bug report.* What version

How to configure Active Directory

2009-03-04 Thread NerdyNick
What do I need to do to get AD to work with Review Board. I know AD does except authentication from my Other Linux boxes both with Apache mod_ldap and Samba/Winbind. I have set both the domain name to example.com and I have tried dc=example,dc=com example.com 192.168.*.* for the Domain

Re: How to configure Active Directory

2009-03-04 Thread NICK VERBECK
I am working with the Authentication Method Settings in the Admin Panel. Is their a different place I should be doing this? On Wed, Mar 4, 2009 at 3:22 PM, Augie Fackler li...@durin42.com wrote: There's an actual AD auth module included with RB, have you tried that? On Mar 4, 2009, at 4:20

<    1   2