cvs 采用独立验证模式 添加用户 修改密码

在建立好cvsroot 环境变量,并且在Repositories添加 /cvs目录后

进入cvs根目录(即 你所填写的/cvs相对应的那个目录)的下一级目录CVSROOT 目录 修改前两行为

# Set this to 'no' if pserver shouldn't check system users/passwords
SystemAuth=no

来实现cvs独立验证模式

然后在这个目录建立 passwd文件 在这个文件里面添加用户 示例如下:

cvsadmin:

zhy:

lcc:

 这里添加了三个用户 密码为空

然后重新启动cvs

CVS修改用户密码的过程
D:/cvs/CVSROOT>set cvsroot=:pserver:[email protected]:/cvs

D:/cvs/CVSROOT>cvs login
Logging in to :pserver:[email protected]:2401:/cvs
CVS Password:


D:/cvs/CVSROOT>cvs passwd   cvsadmin

Changing repository password for [email protected]
New password: ***
Verify password: ***

 

来修改密码

 

你可能感兴趣的:(System,cvs,logging,login)