Closed
Bug 374282
Opened 18 years ago
Closed 18 years ago
Need to allow anonymous read-only pserver users
Categories
(Webtools Graveyard :: Despot, defect)
Webtools Graveyard
Despot
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: aravind, Assigned: reed)
References
()
Details
Attachments
(1 file, 1 obsolete file)
1.54 KB,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
Bugs 369013 and 373373 need to access the cvs.m.o repository using the anonymous cvs pserver for read-only checkouts.
The current CVSROOT/passwd file is generated automatically by despot and does not contain an entry for the anonymous user.
I am attaching a one-liner patch that will add this entry.
Comment 1•18 years ago
|
||
does a user named anonymous automatically get read-only access?
Assignee | ||
Updated•18 years ago
|
Assignee: justdave → aravind
OS: Linux → All
Reporter | ||
Comment 2•18 years ago
|
||
no, I need to create the corresponding reader/writer files. But that is not a part of despot.
The patch above will need to change to
print PASSWD "anonymous::cvsuser\n";
Assignee | ||
Comment 3•18 years ago
|
||
Instead of hardcoding "nobody", move the system user to use to the config file. I really don't like the name "anonymous_sysuser" as a variable name, but it does describe what it is. If anybody has other suggestions, I'm open!
Assignee: aravind → reed
Attachment #258865 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #259067 -
Flags: review?(timeless)
Attachment #259067 -
Flags: review?(timeless) → review+
Assignee | ||
Comment 4•18 years ago
|
||
Checking in config.pl.dist;
/cvsroot/mozilla/webtools/despot/config.pl.dist,v <-- config.pl.dist
new revision: 1.3; previous revision: 1.2
done
Checking in syncit.pl;
/cvsroot/mozilla/webtools/despot/syncit.pl,v <-- syncit.pl
new revision: 1.39; previous revision: 1.38
done
I will backout aravind's changes to commitcheck.tmpl now.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•18 years ago
|
||
Backed out aravind's commitcheck.templ changes:
Checking in commitcheck.templ;
/cvsroot/mozilla/webtools/despot/commitcheck.templ,v <-- commitcheck.templ
new revision: 1.11; previous revision: 1.10
done
Assignee | ||
Comment 7•18 years ago
|
||
Backed out due to the use of a different fix for bug 369013.
Checking in config.pl.dist;
/cvsroot/mozilla/webtools/despot/config.pl.dist,v <-- config.pl.dist
new revision: 1.4; previous revision: 1.3
done
Checking in syncit.pl;
/cvsroot/mozilla/webtools/despot/syncit.pl,v <-- syncit.pl
new revision: 1.40; previous revision: 1.39
done
Resolution: FIXED → INVALID
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•