[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Help-gnu-radius] Presentation and problem with pass
From: |
Manuel Prada Mateo |
Subject: |
RE: [Help-gnu-radius] Presentation and problem with pass |
Date: |
Wed, 14 Apr 2004 16:49:37 +0200 |
I have proven your solution and it´s OK, only have a doubt... after encrypt
the pass, can I decrypt it? I say this because "md5pwd" doesn´t generate
keys (like PGP) to decrypt.
It´s not I serious problem for my, becouse I don´t need to do it, but I
would like to know it.
Thanks!
-----Mensaje original-----
De: Sergey Poznyakoff [mailto:address@hidden
Enviado el: miércoles 14 de abril de 2004 9:38
Para: Manuel Prada Mateo
CC: address@hidden
Asunto: Re: [Help-gnu-radius] Presentation and problem with pass
Manuel Prada Mateo <address@hidden> wrote:
> Hi from Spain,
>
> It´s my first message in the forum, therefore the first one it´s say hello
> to all and sorry for my english.
Welcome aboard! And don't worry about your English: it's fine. Besides,
if you prefer, feel free to write in Spanish.
> How I do to change plaintext password to encrypted in file
> "/etc/raddb/users"?
You can use the function crypt() for that. There is a small
package 'md5pwd', which you may find useful. It is available from
ftp://mirddin.farlep.net/pub/radius/contrib/md5pwd.tar.gz
Md5pwd takes a plaintext password as its argument and prints the
MD5 hash on stdout. You can then copy and paste it to your raddb/users.
Regards,
Sergey