[#5958] Add User Authentication
Summary Add User Authentication
Queue Chora
Queue Version HEAD
Type Enhancement
State Resolved
Priority 2. Medium
Owners Chuck Hagenbuch <chuck (at) horde (dot) org>
Requester daviskingdom (at) gmail (dot) com
Created 12/04/07 (829 days ago)
Due
Updated 02/24/08 (747 days ago)
Assigned
Resolved 02/24/08 (747 days ago)
Attachments
Milestone
Patch No

History
02/24/08 Jan Schneider Assigned to Chuck Hagenbuch
State ⇒ Resolved
 
12/20/07 Chuck Hagenbuch Comment #6 Reply to this comment
Looks fine.
12/19/07 daviskingdom (at) gmail (dot) com Comment #5 Reply to this comment
Finally updated from the HEAD.



Here is what the relevant section of my sourceroots.php looks like:

$sourceroots['subversion'] = array(

         'name' => 'davisKingdom',

         'location' => 'http://XXXX.hom/svn/repos/',

         'title' => 'Daviskingdom\'s Version Control System',

        'username' => 'xxxxx',

        'password' => 'xxxxx',

         'type' => 'svn',

);



I added the username and password options based on how I interpreted 
the updated Chora.php.  Perhaps I misunderstood something?
12/18/07 Chuck Hagenbuch Comment #4 Reply to this comment
Is this in the HEAD?
Yup.
12/18/07 daviskingdom (at) gmail (dot) com Comment #3 Reply to this comment
What you can do now is set a static username and password in
sourceroots.php that will be used for everyone. Is that enough?
Sorry for the delay - I've been out of the country.



Is this in the HEAD?  If so, let me test it before answering.



Static name/password for everyone isn't ideal but would probably work 
for ME in the near future.



If something in line with the profile idea wouldn't work prompting for 
name/password is a good alternative.



I'll test out the HEAD and get back to you.
12/12/07 Chuck Hagenbuch Comment #2
State ⇒ Feedback
Reply to this comment
Done except for using Horde credentials now - I don't know about 
prompting the user, but we can add an option to use Horde credentials 
(though sort of at their own risk, since they're put on the command 
line - I'm actually against this unless someone *really* needs it). 
What you can do now is set a static username and password in 
sourceroots.php that will be used for everyone. Is that enough?
12/04/07 Chuck Hagenbuch State ⇒ Accepted
 
12/04/07 daviskingdom (at) gmail (dot) com Comment #1
State ⇒ New
Queue ⇒ Chora
Summary ⇒ Add User Authentication
Type ⇒ Enhancement
Priority ⇒ 2. Medium
Reply to this comment
I request the ability to access restricted SubVersion repositories 
using Chora.  I would like the ability to access by current SVN site 
via Chora, but the site is password protected.



Faster solution would probably be to prompt for user name/password but 
passing Horde credentials could also be viable.  Although the user 
name/password option is most flexible since users may be accessing 
multiple repositories - some of which they cannot control their user 
name / password.