IRRd-Discuss
Date Prev | Date Next |
Date Index |
Thread Index |
Author Index |
Historical
Re: [irrd-support #1183] override password
- From: Gerald Andrew Winters
- Date: Thu Oct 05 11:19:50 2000
K.C.,
The program is in ~src/programs/irr_util and is called crypt_gen.c.
You should be able to compile it from the command
line with gcc, eg,
% gcc crypt_gen.c -o my_encrypt
The manual appears to be misleading. Thanks for pointing
this out. Let me know if you have any other problems.
--jerry
>
> Folks,
>
> I've had trouble generating the encrypted string to configure the override
> password. The manual gives an example in the FAQ on page 28 that reads in
> part:
>
> % ./my_encrypt foo
> encrypted passwd is "pfPPYJKvH.qso"
>
> But, I've been unable to find any "my_encrypt" program in the irrd
> directories, elsewhere on my system, or on the net. Where can I get this
> program or an equivalent program? Or what would be a (compatible) work
> around to generate the encrypted password?
>
> Thanks for any help.
>
> K.C. Smith
>
>
>
|