Re: User Account Management through REST API

2010-06-30 Thread Christian Hammond
On Wednesday, June 30, 2010, Thilo-Alexander Ginkel wrote: > On Wednesday 30 June 2010 20:34:31 Christian Hammond wrote: >> You actually can add a user in LDAP who is not in Review Board as a >> reviewer. They won't appear in the autocomplete, but if you type the >> name it will work. Review Board

Re: User Account Management through REST API

2010-06-30 Thread Thilo-Alexander Ginkel
On Wednesday 30 June 2010 20:34:31 Christian Hammond wrote: > You actually can add a user in LDAP who is not in Review Board as a > reviewer. They won't appear in the autocomplete, but if you type the > name it will work. Review Board checks the auth backend for any > unrecognized names that are en

Re: User Account Management through REST API

2010-06-30 Thread Christian Hammond
On Wed, Jun 30, 2010 at 1:53 PM, Jeff Mitchell wrote: > On 6/30/2010 2:34 PM, Christian Hammond wrote: > > You actually can add a user in LDAP who is not in Review Board as a > > reviewer. They won't appear in the autocomplete, but if you type the > > name it will work. Review Board checks the au

Re: User Account Management through REST API

2010-06-30 Thread Jeff Mitchell
On 6/30/2010 2:34 PM, Christian Hammond wrote: > You actually can add a user in LDAP who is not in Review Board as a > reviewer. They won't appear in the autocomplete, but if you type the > name it will work. Review Board checks the auth backend for any > unrecognized names that are entered and pul

Fwd: User Account Management through REST API

2010-06-30 Thread Ben Cooksley
Forwarding... -- Forwarded message -- From: Tom Albers Date: Wed, Jun 30, 2010 at 9:29 PM Subject: Re: User Account Management through REST API To: Christian Hammond Cc: reviewboard@googlegroups.com, sysad...@kde.org On Wed, 30 Jun 2010 02:19:55 -0700, Christian Hammond

Fwd: User Account Management through REST API

2010-06-30 Thread Ben Cooksley
Forwarding due to delivery failure... -- Forwarded message -- From: Eike Hein Date: Wed, Jun 30, 2010 at 9:40 PM Subject: Re: User Account Management through REST API To: reviewboard@googlegroups.com Cc: sysad...@kde.org On 6/30/2010 11:19 AM, Christian Hammond wrote: > >

Re: User Account Management through REST API

2010-06-30 Thread Christian Hammond
On Wednesday, June 30, 2010, Thilo-Alexander Ginkel wrote: > Redmine does support LDAP as a backend and adding a custom > authentication backend to Redmine is also trivial (just implement an > AuthSource - takes less than 40 lines of code for simple DB-based > authentication). > > What I could con

Re: User Account Management through REST API

2010-06-30 Thread Thilo-Alexander Ginkel
On Wed, Jun 30, 2010 at 11:19, Christian Hammond wrote: > I know what other people have done is written custom auth backends to talk > to a central database for users, so instead of creating/updating users in > Review Board based on redmine's data, you'd just have Review Board use > redmine for au

Re: User Account Management through REST API

2010-06-30 Thread Christian Hammond
On Wed, Jun 30, 2010 at 1:45 AM, David Solbach wrote: > On Tue, Jun 29, 2010 at 10:35 AM, David Solbach wrote: >> >> Hi there, >>> >>> is it possible to create / delete / modify users using the REST API in >>> 1.5? >>> I >>> found a call to list all users, but nothing more in the documentation

Re: User Account Management through REST API

2010-06-30 Thread David Solbach
On Tue, Jun 29, 2010 at 10:35 AM, David Solbach wrote: Hi there, is it possible to create / delete / modify users using the REST API in 1.5? I found a call to list all users, but nothing more in the documentation, yet. Is there a list of undocumented API calls somewhere? Zitat von Christian

Re: User Account Management through REST API

2010-06-29 Thread Christian Hammond
Hi David, There aren't any calls for this today. The only way to programatically do this is by issuing HTTP POSTs to the proper page in the admin UI. It's something we could possibly add in a future release, but won't happen for 1.5. Technically, all the new APIs in 1.5 are undocumented, in that

User Account Management through REST API

2010-06-29 Thread David Solbach
Hi there, is it possible to create / delete / modify users using the REST API in 1.5? I found a call to list all users, but nothing more in the documentation, yet. Is there a list of undocumented API calls somewhere? Cheers, David (reviewboard.kde.org) -- Want to help the Review Board pro