TC Web-pages


Subject: TC Web-pages
From: Kevin Cameron x3251 (Kevin.Cameron@nsc.com)
Date: Wed Dec 20 2000 - 13:52:42 PST


I added an index page at -

http://www.eda.org/verilog-ams/htmlpages/tc-docs/

- let me know if anything needs added to it.

If you don't like your password and user you can
send me a new pair, the following Perl code snippet
does the encryption (~dkc/bin/mkhtacc at eda.org):

 #!/usr/local/bin/perl -s

 while (<>) {
  chomp;
  @UP = split ':',$_;
  $pwd = $UP[1];

  print "$UP[0]:",crypt($UP[1],$UP[0]),"\n";
 }

do -

  echo "<user>:<password>" | mkhtacc

- and send me the result, e.g.:

  command> echo "kev:atwork" | mkhtacc
  kev:kevznFAbDNIGU
  command>

I just need the encrypted version to add to the access
control file.

Kev.

-- 
mailto:Kevin.Cameron@nsc.com



This archive was generated by hypermail 2b28 : Wed Dec 20 2000 - 13:57:28 PST