Closed Bug 374282 Opened 18 years ago Closed 18 years ago

Need to allow anonymous read-only pserver users

Categories

(Webtools Graveyard :: Despot, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: aravind, Assigned: reed)

References

()

Details

Attachments

(1 file, 1 obsolete file)

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.
Blocks: 369013
does a user named anonymous automatically get read-only access?
Assignee: justdave → aravind
OS: Linux → All
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";
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+
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
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
Thank you!
Status: RESOLVED → VERIFIED
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
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: