Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
passwd
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Zhao, Jing  
View profile  
 More options Jun 29 2012, 11:23 am
Newsgroups: gnu.cvs.help
From: "Zhao, Jing" <Jing.Z...@ChasePaymentech.com>
Date: Fri, 29 Jun 2012 11:23:17 -0400
Local: Fri, Jun 29 2012 11:23 am
Subject: passwd
Could you shed some light on how to add new user to cvs repository? This is what I do as follows:

1.  cvs co CVSROOT
2.  cd CVSROOT
3.  vi passwd # add new users
4.  cvs ci -m "adding xxxx"
5.  I have to physically login to CVS repository server, go to CVSROOT directory, then drop this latest passwd file over there, otherwise, it would not work.

Is there any command to eliminate step 5?  I checked 'cvs admin' command, I did not see how to do that.
Appreciate you any help.

Jing
----------
Learn more about Chase Paymentech Solutions,LLC payment processing services at www.chasepaymentech.com.

THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are proprietary and confidential information intended only for the use of the recipient(s) named above.  If you are not the intended recipient, you may not print, distribute, or copy this message or any attachments.  If you have received this communication in error, please notify the sender by return e-mail and delete this message and any attachments from your computer.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Arthur Barrett  
View profile  
 More options Jun 29 2012, 11:21 pm
Newsgroups: gnu.cvs.help
From: "Arthur Barrett" <arthur.barr...@march-hare.com>
Date: Sat, 30 Jun 2012 14:21:13 +1100
Local: Fri, Jun 29 2012 11:21 pm
Subject: RE: passwd
Hi Jing,

Your question is more complex that it first appears.

i) the answer depends on which version of CVS server and client you are
using, and potentially the operating system of each.  Eg: CVSNT 2.8.01
on Red Hat Linux server is different to CVS 1.11.

ii) there are several different authentication protocols - the most
secure do not use any passwords sent in clear text like passwd/pserver
does.  Eg: gserver, sspi, ssh (with keys), sserver (with keys) etc.  For
'native' authentication you don't 'add users' to cvs, you add them to
the host operating system.  Depending on the version of CVS you may be
able to use CVSROOT/passwd to 'restrict' access to CVS to some host
users.

iii) the passwd file is primarily used by pserver protocol.  Generally
as a rule of thumb, the pserver protocol is insecure and rarely
recommended.

iv) if you are using pserver, you can use 'native' authentication (again
no need to add anything to CVSROOT/passwd) using SystemAuth=yes in
CVSROOT/config or you can use non-native authentication using
CVSROOT/passwd

v) if you are user pserver, with non-native authentication and CVS 1.11
then you can either add passwd directly to the CVSROOT directory in the
server, or you can 'checkout' CVSROOT and add passwd to 'checkoutlist'
and the CVSROOT directory and 'commit' it.   To generate the passwords
you'll need some tool that generates linux passwords.

vi) if you are user pserver, with non-native authentication and CVSNT
2.5 or later on linux or windows then you can use 'cvs passwd' from the
client or the server.

Implementing CVS well takes some work - I recommend you get a good book
on the subject from Amazon or your favourite technical books seller.  I
had a hand in writing 'All About CVS' or there is the ever popular
'Essential CVS' or many many others.

Regards,

Arthur Barrett


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »