cvsd-passwd(8) | System Manager's Manual | cvsd-passwd(8) |
NAME¶
cvsd-passwd - generate password entries for repositoriesSYNOPSIS¶
cvsd-passwd REPOS [+|-]NAME...DESCRIPTION¶
cvsd-passwd adds, updates or deletes users from repository passwd files for use with cvsd.OPTIONS¶
- REPOS
- Specify the directory in which the repository is located. This argument can be the top of the repository, the CVSROOT directory or even the passwd file in the CVSROOT directory.
- [+]USER[:SUSER]
- Add or update the user to the CVSROOT/passwd file. If the
user does not exist a password for the user is asked and the user is added
for use with cvsd. If the user already exists a password for is asked and
the password field is modified.
- -USER
- Remove the user from the CVSROOT/passwd file.
EXAMPLES¶
Add an anoncvs user to access the given repository:cvsd-passwd /var/lib/cvsd/myrepos +anoncvs
cvsd-passwd /var/lib/cvsd/myrepos -foo
cvsd-passwd /var/lib/cvsd/myrepos joecvs:joe
SEE ALSO¶
cvsd(8)AUTHOR¶
Arthur de Jong <arthur@arthurdejong.org>.Jun 2012 | Version 1.0.24 |