You can use mkpasswd

Or still perl :

perl -e 'print crypt "password", "xx"' ; echo


(where 'xx' is a random 2-character string).

Kind regards,
--
Julien Wajsberg

----------------------------------------------


Hi
You may use the htpasswd utility too for this .. !!

Regards
Gurpreet S

-----Original Message-----
From: Kent Emia [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 20, 2003 7:00 AM
To: Info-CVS
Subject: CVSROOT/passwd file



hi guyz

im trying to make users in cvs as i've read the
OpenSourceDevWithCVS_2E.pdf

the format is
<USERNAME>:<ENCRYPTED PASSWORD>:<OPTIONAL SYSTEM USERNAME>

my question is how to make the encrypted password??
theres a script for this but the encrypted password won't show up...


--
Kent C. Emia





_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs






_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to