Summary | Add User Authentication |
Queue | Chora |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | chuck (at) horde (dot) org |
Requester | daviskingdom (at) gmail (dot) com |
Created | 12/04/2007 (6425 days ago) |
Due | |
Updated | 02/24/2008 (6343 days ago) |
Assigned | |
Resolved | 02/24/2008 (6343 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
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?
sourceroots.php that will be used for everyone. Is that enough?
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.
State ⇒ Feedback
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?
Priority ⇒ 2. Medium
State ⇒ New
Queue ⇒ Chora
Summary ⇒ Add User Authentication
Type ⇒ Enhancement
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.