bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #5053] adds new cvs command, 'passwd', to change cvs password usi


From: Mark D. Baushke
Subject: [patch #5053] adds new cvs command, 'passwd', to change cvs password using cvs client
Date: Sat, 29 Apr 2006 11:28:11 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060416 Firefox/1.0.8

Follow-up Comment #2, patch #5053 (project cvs):

I was just looking over at the CVSNT source and they already
provide a 'passwd' command. So, it would probably be good to
ensure that anything added to CVS will either interoperate
correctly, or be called something else completely. I suggest
you update your patch so that it avoids the name "passwd" at
present to avoid interoperation problems with CVSNT clients
and servers.

Options on the CVSNT 'passwd' command are apparently as
follows:

  -a              Add user
  -x              Disable user
  -X              Delete user
  -r real_user    Alias username to real system user
  -R              Remove alias to real system user
  -D domain       Use domain password

You may use the command:

    cvs -d :pserver:cvs@cvs.cvsnt.org:/usr/local/cvs checkout cvsnt

to checkout the CVSNT sources. Documentation of the CVSNT
client/server protocol should be in doc/cvsclient.dbk (XML
document text).

Note that it will also be desirable for your patch to add
the documentation for the 'passwd' protocol to the
doc/cvsclient.texi file.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=5053>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]