Linux adds users to CVS-Linux Enterprise Application-Linux server application information. The following is a detailed description. When using a Linux-based CVS server, you must add users to cvs. If you are using a linux system, the security of the system will be greatly affected.
Cvs provides another solution.
In the cvs repository, there is the CVSROOT Directory, which contains the passwd, readers, and writers files. If not, you can create them by yourself. Where
The data format in the passwd file is as follows:
Cvs User: Password: linux User
Cvs User: Password: linux User
Cvs User: Password: linux User
This file implements the cvs ing between cvs users and linux users.
Readers and writers file formats:
CVS user 1
CVS user 2
CVS user 3
Users who read and write cvs are defined respectively.
The passwd file contains the password of the CVS user, which is generated by encryption. Therefore, you must generate an encrypted password using a tool. The following code is used to generate an encrypted password.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.